Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 13, 2006, 11:03:53 PM (18 years ago)
Author:
patrick
Message:

networkmonitor partly integrated in framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_monitor.h

    r9279 r9280  
    4242    inline void removeMasterServer(NetworkNode* node, PeerInfo* pInfo) { node->removeMasterServer(pInfo); }
    4343
     44    /** @returns the total number of players in this game (including all proxy servers etc)*/
     45    inline int getPlayerNumber() { return this->playerNumber; }
     46
    4447
    4548    void showGUI();
Note: See TracChangeset for help on using the changeset viewer.