Changeset 10458 for code/branches/core7/src/libraries/core/input
- Timestamp:
- May 24, 2015, 11:51:05 AM (10 years ago)
- Location:
- code/branches/core7/src/libraries/core/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/input/KeyBinderManager.cc
r10407 r10458 31 31 #include "util/Output.h" 32 32 #include "util/Exception.h" 33 #include "core/singleton/ScopedSingleton Manager.h"33 #include "core/singleton/ScopedSingletonWrapper.h" 34 34 #include "core/config/ConfigValueIncludes.h" 35 35 #include "core/CoreIncludes.h" -
code/branches/core7/src/libraries/core/input/KeyDetector.cc
r10407 r10458 30 30 31 31 #include "core/CoreIncludes.h" 32 #include "core/singleton/ScopedSingleton Manager.h"32 #include "core/singleton/ScopedSingletonWrapper.h" 33 33 #include "core/command/ConsoleCommandIncludes.h" 34 34 #include "Button.h"
Note: See TracChangeset
for help on using the changeset viewer.