Changeset 1634 for code/branches/gcc43/src/network
- Timestamp:
- Jun 29, 2008, 7:36:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gcc43/src/network/ClientInformation.h
r1534 r1634 73 73 bool setGameStateID(int id); 74 74 bool setPartialGamestateID(int id); 75 inlinevoid setShipID(int id){ShipID_=id;}75 void setShipID(int id){ShipID_=id;} 76 76 77 77 // get functions 78 in line int getShipID(){return ShipID_;}78 int getShipID(){return ShipID_;} 79 79 int getID(); 80 80 int getGamestateID();
Note: See TracChangeset
for help on using the changeset viewer.