Changeset 993 for code/branches/core2/src/orxonox/core/ConsoleCommand.h
- Timestamp:
- Apr 5, 2008, 3:40:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/ConsoleCommand.h
r949 r993 43 43 44 44 45 #define ConsoleCommandShortcut( function, accesslevel) \45 #define ConsoleCommandShortcut(classname, function, accesslevel) \ 46 46 ConsoleCommandShortcutGeneric(function##consolecommand__, orxonox::createExecutor(orxonox::createFunctor(&classname::function), #function, accesslevel)) 47 48 #define ConsoleCommandShortcutExtern(function, accesslevel) \ 49 ConsoleCommandShortcutGeneric(function##consolecommand__, orxonox::createExecutor(orxonox::createFunctor(&function), #function, accesslevel)) 47 50 48 51 #define ConsoleCommandShortcutGeneric(fakevariable, executor) \
Note: See TracChangeset
for help on using the changeset viewer.