Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-01-01 22:20:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-01 22:20:49 +0300
commita42e548e81f58b415f74c909a35a53e78766c13c (patch)
treea50087ce7cc76d3fd7186d8d7039a3e97cf0e764 /source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
parent372ee054c0deb4ca07e1a70c7b905d24043723be (diff)
removed some more header files, made the game engine compile with removed header files, added includes to SConstruct files.
Diffstat (limited to 'source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h')
-rw-r--r--source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h b/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
index ed4eb65a769..2737e87433b 100644
--- a/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
+++ b/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
@@ -43,9 +43,15 @@
#undef HKEY
#endif
-#include "mydevice.h"
+#include "wm_event_types.h"
#include "SCA_IInputDevice.h"
+/* timers */
+#define TIMER0 0x006
+#define TIMER1 0x007
+#define TIMER2 0x008
+#define TIMER3 0x009
+
/**
Base Class for Blender specific inputdevices. Blender specific inputdevices are used when the gameengine is running in embedded mode instead of standalone mode.
*/