Changeset 6498 in orxonox.OLD for trunk/src/story_entities/multi_player_world.cc
- Timestamp:
- Jan 11, 2006, 9:58:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/multi_player_world.cc
r6424 r6498 21 21 #include "factory.h" 22 22 #include "load_param.h" 23 #include "shell_command.h" 23 24 24 25 #include "network_manager.h" … … 26 27 27 28 using namespace std; 29 30 31 //! Register a command to print some multiplayer world infos 32 SHELL_COMMAND(debug, MultiPlayerWorld, debug); 28 33 29 34 … … 79 84 } 80 85 86 87 /** 88 * some debug ouptut - shell command 89 */ 90 void MultiPlayerWorld::debug() 91 { 92 ((MultiPlayerWorldData*)this->dataTank)->debug(); 93 }
Note: See TracChangeset
for help on using the changeset viewer.