Changeset 5154 in orxonox.OLD for trunk/src/util/shell.cc
- Timestamp:
- Aug 27, 2005, 2:00:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5152 r5154 83 83 ShellCommand<Shell>::registerCommand("testB", CL_SHELL, &Shell::testB); 84 84 ShellCommand<Shell>::registerCommand("testF", CL_SHELL, &Shell::testF); 85 ShellCommand<Shell>::registerCommand("testSF", CL_SHELL, &Shell::testSF); 85 86 } 86 87 … … 109 110 PRINTF(3)("This is the Test for one Float '%f'\n", f); 110 111 } 112 113 void Shell::testSF (const char* s, float f) 114 { 115 PRINTF(3)("This is the Test for one String '%s' and one Float '%f'\n",s , f); 116 } 117 111 118 112 119
Note: See TracChangeset
for help on using the changeset viewer.