Changeset 949 for code/branches/core2/src/orxonox/core/ConsoleCommand.h
- Timestamp:
- Mar 29, 2008, 2:30:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/ConsoleCommand.h
r947 r949 40 40 41 41 #define ConsoleCommandGeneric(fakevariable, classname, executor, bCreateShortcut) \ 42 //Executor& fakevariable = ClassManager<classname>::getIdentifier()->addConsoleCommand((ExecutorStatic*)executor, bCreateShortcut)42 Executor& fakevariable = ClassManager<classname>::getIdentifier()->addConsoleCommand((ExecutorStatic*)executor, bCreateShortcut) 43 43 44 44 … … 47 47 48 48 #define ConsoleCommandShortcutGeneric(fakevariable, executor) \ 49 //bool fakevariable = CommandExecutor::addConsoleCommandShortcut((ExecutorStatic*)executor)49 bool fakevariable = CommandExecutor::addConsoleCommandShortcut((ExecutorStatic*)executor) 50 50 51 51
Note: See TracChangeset
for help on using the changeset viewer.