Changeset 5204 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Sep 18, 2005, 1:37:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r5197 r5204 2 2 * @file shell_command.h 3 3 * Definition of a on-screen-shell 4 * @todo simple way to supply Default Values with the macro. 4 5 */ 5 6 … … 59 60 static void unregisterAllCommands(); 60 61 62 static void help (const char* className); 63 61 64 private: 62 65 ShellCommandClass(const char* className); … … 310 313 { 311 314 // if (parameters != NULL) 312 SubString sub(parameters );315 SubString sub(parameters, true); 313 316 //! FUNCTOR_LIST is the List of Executive Functions 314 317 #define FUNCTOR_LIST(x) ShellCommandExecute ## x
Note: See TracChangeset
for help on using the changeset viewer.