Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2008, 8:28:24 PM (17 years ago)
Author:
landauf
Message:
  • removed #include "core/CoreIncludes.h" from Gamestate.h and put it into the .cc files
  • removed a warning in Client.cc
File:
1 edited

Legend:

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

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