1211
This commit is contained in:
19
test/imguiC.h
Normal file
19
test/imguiC.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
class imguiC
|
||||
{
|
||||
public:
|
||||
imguiC()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void Run();
|
||||
|
||||
public:
|
||||
static void Init();
|
||||
static void LoadImg();
|
||||
static IDirect3DDevice9* imguiC::GetD3dDev9();
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user