Changeset 10520 for code/branches/core7/src/orxonox/gamestates
- Timestamp:
- May 31, 2015, 11:54:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/gamestates/GSRoot.cc
r10474 r10520 35 35 #include "core/command/ConsoleCommandIncludes.h" 36 36 #include "network/NetworkFunctionIncludes.h" 37 #include "network/NetworkFunctionManager.h"38 37 #include "tools/Timer.h" 39 38 #include "tools/interfaces/Tickable.h" … … 69 68 GSRoot::~GSRoot() 70 69 { 71 NetworkFunctionManager::getInstance().destroyAllNetworkFunctions();72 70 } 73 71
Note: See TracChangeset
for help on using the changeset viewer.