Changeset 5328 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc
- Timestamp:
- Oct 8, 2005, 10:13:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r5327 r5328 211 211 { 212 212 ShellCommandClass::commandClassList = new tList<ShellCommandClass>; 213 // ShellCommandStatic<ShellCommandBase>::registerCommand("debug", "ShellCommand", &ShellCommandBase::debug);213 ShellCommandStatic<ShellCommandBase>::registerCommand("debug", "ShellCommand", ShellCommandBase::debug); 214 214 } 215 215 }
Note: See TracChangeset
for help on using the changeset viewer.