Changeset 1223 for code/trunk/src
- Timestamp:
- May 3, 2008, 5:26:41 PM (17 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/TclBind.h
r1217 r1223 36 36 namespace orxonox 37 37 { 38 class TclBind38 class _CoreExport TclBind 39 39 { 40 40 public: -
code/trunk/src/orxonox/console/InGameConsole.cc
r1214 r1223 41 41 #include "core/CoreIncludes.h" 42 42 #include "core/ConsoleCommand.h" 43 #include "core/InputManager.h" 43 44 #include "GraphicsEngine.h" 44 45 … … 98 99 clear(); 99 100 deactivate(); 100 CommandExecutor::execute("setInputMode 2");101 InputManager::setInputState(InputManager::IS_NORMAL); 101 102 } 102 103
Note: See TracChangeset
for help on using the changeset viewer.