Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 14, 2006, 12:19:31 PM (18 years ago)
Author:
patrick
Message:

working with max connections

File:
1 edited

Legend:

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

    r9287 r9290  
    5252    inline int getPlayerNumber() { return this->playerNumber; }
    5353
     54    /** @returns true if there are still free network slots available */
     55    inline bool gotFreeSlots() { return (this->playerNumber < NET_MAX_CONNECTIONS)?true:false; }
     56    void getServerWithFreeSlots() { }
     57
    5458
    5559    void showGUI();
Note: See TracChangeset for help on using the changeset viewer.