Changeset 10468 for code/branches/core7/src/orxonox/gamestates
- Timestamp:
- May 25, 2015, 12:13:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/gamestates/GSRoot.cc
r10465 r10468 35 35 #include "core/command/ConsoleCommandIncludes.h" 36 36 #include "network/NetworkFunctionIncludes.h" 37 #include "network/NetworkFunctionManager.h" 37 38 #include "tools/Timer.h" 38 39 #include "tools/interfaces/Tickable.h" … … 68 69 GSRoot::~GSRoot() 69 70 { 70 NetworkFunction Base::destroyAllNetworkFunctions();71 NetworkFunctionManager::destroyAllNetworkFunctions(); 71 72 } 72 73
Note: See TracChangeset
for help on using the changeset viewer.