Changeset 6093 in orxonox.OLD for branches/network/src/story_entities
- Timestamp:
- Dec 14, 2005, 1:10:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/network_world.cc
r6085 r6093 17 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD 18 18 19 #include " world.h"19 #include "network_world.h" 20 20 21 21 #include "shell_command.h" … … 75 75 76 76 77 SHELL_COMMAND(speed, NetworkWorld, setSpeed);78 SHELL_COMMAND(togglePNodeVisibility, NetworkWorld, togglePNodeVisibility);79 SHELL_COMMAND(toggleBVVisibility, NetworkWorld, toggleBVVisibility);77 //SHELL_COMMAND(speed, NetworkWorld, setSpeed); 78 //SHELL_COMMAND(togglePNodeVisibility, NetworkWorld, togglePNodeVisibility); 79 //SHELL_COMMAND(toggleBVVisibility, NetworkWorld, toggleBVVisibility); 80 80 81 81 using namespace std; 82 82 83 83 //! This creates a Factory to fabricate a NetworkWorld 84 CREATE_FACTORY(NetworkWorld, CL_WORLD);84 //CREATE_FACTORY(NetworkWorld, CL_WORLD); 85 85 86 86 NetworkWorld::NetworkWorld(const TiXmlElement* root)
Note: See TracChangeset
for help on using the changeset viewer.