Changeset 3256 for code/branches/netp6/src/orxonox/gamestates
- Timestamp:
- Jun 30, 2009, 2:44:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/orxonox/gamestates/GSRoot.cc
r3196 r3256 37 37 #include "interfaces/TimeFactorListener.h" 38 38 #include "interfaces/Tickable.h" 39 #include "network/NetworkFunction.h" 39 40 40 41 namespace orxonox … … 60 61 GSRoot::~GSRoot() 61 62 { 63 NetworkFunctionBase::destroyAllNetworkFunctions(); 62 64 } 63 65
Note: See TracChangeset
for help on using the changeset viewer.