Changeset 7398 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 27, 2006, 4:23:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7397 r7398 23 23 24 24 /** 25 * an easy to use Macro to create a Command25 * @brief an easy to use Macro to create a Command 26 26 * @param command the name of the command (without "" around the string) 27 27 * @param class the name of the class to apply this command to (without the "" around the string) … … 41 41 42 42 /** 43 * an easy to use Macro to create a Command43 * @brief an easy to use Macro to create a Command 44 44 * @param command the name of the command (without "" around the string) 45 45 * @param class the name of the class to apply this command to (without the "" around the string)
Note: See TracChangeset
for help on using the changeset viewer.