Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2008, 4:31:34 PM (16 years ago)
Author:
scheusso
Message:

merged network branch back into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/GamestateClient.h

    r1747 r1751  
    6666    void cleanup();
    6767  private:
    68     bool processGamestate(packet::Gamestate *gs);
    69     void removeObject(orxonox::ObjectListIterator<Synchronisable> &it);
     68    packet::Gamestate *processGamestate(packet::Gamestate *gs);
     69    void removeObject(orxonox::ObjectList<Synchronisable>::iterator &it);
    7070    void printGamestateMap();
    7171    bool saveShipCache();
Note: See TracChangeset for help on using the changeset viewer.