Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 12:13:27 PM (9 years ago)
Author:
landauf
Message:

moved static content of NetworkFunctionBase to NetworkFunctionManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/orxonox/gamestates/GSRoot.cc

    r10465 r10468  
    3535#include "core/command/ConsoleCommandIncludes.h"
    3636#include "network/NetworkFunctionIncludes.h"
     37#include "network/NetworkFunctionManager.h"
    3738#include "tools/Timer.h"
    3839#include "tools/interfaces/Tickable.h"
     
    6869    GSRoot::~GSRoot()
    6970    {
    70         NetworkFunctionBase::destroyAllNetworkFunctions();
     71        NetworkFunctionManager::destroyAllNetworkFunctions();
    7172    }
    7273
Note: See TracChangeset for help on using the changeset viewer.