Changeset 7239 for code/branches/consolecommands3/src/libraries/core
- Timestamp:
- Aug 28, 2010, 6:35:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h
r7236 r7239 55 55 56 56 #define DeclareConsoleCommand(...) \ 57 BOOST_PP_ CAT(DeclareConsoleCommand, ORXONOX_VA_NARGS(__VA_ARGS__))(__VA_ARGS__)57 BOOST_PP_EXPAND(BOOST_PP_CAT(DeclareConsoleCommand, ORXONOX_VA_NARGS(__VA_ARGS__))(__VA_ARGS__)) 58 58 #define DeclareConsoleCommand2(name, functionpointer) \ 59 59 DeclareConsoleCommandGeneric("", name, orxonox::createFunctor(functionpointer))
Note: See TracChangeset
for help on using the changeset viewer.