Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/network/ClientInformation.h

    r1534 r1634  
    7373    bool setGameStateID(int id);
    7474    bool setPartialGamestateID(int id);
    75     inline void setShipID(int id){ShipID_=id;}
     75    void setShipID(int id){ShipID_=id;}
    7676   
    7777    // get functions
    78     inline int getShipID(){return ShipID_;}
     78    int getShipID(){return ShipID_;}
    7979    int getID();
    8080    int getGamestateID();
Note: See TracChangeset for help on using the changeset viewer.