more cmake support for examples

This commit is contained in:
erwincoumans
2015-04-16 22:14:27 -07:00
parent c99ac6cfa1
commit ad8f705bcb
9 changed files with 152 additions and 125 deletions

View File

@@ -23,7 +23,7 @@ struct InternalData2;
#include "../CommonInterfaces/CommonWindowInterface.h"
class Win32Window : public b3gWindowInterface
class Win32Window : public CommonWindowInterface
{
protected:
@@ -80,7 +80,7 @@ public:
virtual void setWindowTitle(const char* title);
virtual bool isModifiedKeyPressed(int key);
virtual bool isModifierKeyPressed(int key);
};
#endif //_WIN32_WINDOW_H