Changeset 1949 for code/branches/objecthierarchy/src/network
- Timestamp:
- Oct 19, 2008, 2:24:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/network/ClientConnectionListener.cc
r1939 r1949 1 1 #include "ClientConnectionListener.h" 2 2 #include "core/CoreIncludes.h" 3 #include " Settings.h"3 #include "core/Core.h" 4 4 5 5 namespace network{ … … 11 11 12 12 void ClientConnectionListener::getConnectedClients(){ 13 if(orxonox:: Settings::showsGraphics())13 if(orxonox::Core::showsGraphics()) 14 14 this->clientConnected(0); //server client id 15 15 ClientInformation *client = ClientInformation::getBegin();
Note: See TracChangeset
for help on using the changeset viewer.