Changed the way enums work
This commit is contained in:
3
Demo.h
3
Demo.h
@@ -34,6 +34,7 @@ class Demo { // : public GApp {
|
||||
CameraController cameraController;
|
||||
RenderDevice* renderDevice;
|
||||
UserInput* userInput;
|
||||
PropertyWindow* _propWindow;
|
||||
private:
|
||||
void initGUI();
|
||||
HWND _hWndMain;
|
||||
@@ -46,7 +47,7 @@ class Demo { // : public GApp {
|
||||
HWND _hwndToolbox;
|
||||
HWND _buttonTest;
|
||||
HWND _hwndRenderer;
|
||||
PropertyWindow* _propWindow;
|
||||
|
||||
protected:
|
||||
Stopwatch m_graphicsWatch;
|
||||
Stopwatch m_logicWatch;
|
||||
|
||||
Reference in New Issue
Block a user