Changeset 5162 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Sep 5, 2005, 10:29:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r5161 r5162 21 21 // FORWARD DECLARATION 22 22 template<class T> class tList; 23 24 #define SHELL_COMMAND(command, class, function) \ 25 ShellCommand<class>* shell_command_##class##_##command = ShellCommand<class>::registerCommand(#command, #class, &class::function) 23 26 24 27
Note: See TracChangeset
for help on using the changeset viewer.