Changeset 1642 for code/branches/gui/src/core/input/SimpleInputState.cc
- Timestamp:
- Jul 23, 2008, 3:37:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/input/SimpleInputState.cc
r1641 r1642 38 38 #include "core/Debug.h" 39 39 #include "core/Executor.h" 40 #include "core/CoreIncludes.h" 40 41 41 42 namespace orxonox 42 43 { 44 CreateFactory(SimpleInputState); 45 43 46 using namespace InputDevice; 44 47 … … 48 51 , joyStickHandlerAll_(0) 49 52 { 53 RegisterObject(SimpleInputState); 50 54 } 51 55
Note: See TracChangeset
for help on using the changeset viewer.