Changeset 1502 for code/trunk/src/network/Client.h
- Timestamp:
- Jun 1, 2008, 3:54:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/Client.h
r1293 r1502 75 75 bool closeConnection(); 76 76 77 bool sendMouse(double x, double y);78 bool sendKeyboard(char key_code);79 77 bool sendChat( std::string message ); 80 81 bool addMouse(double x, double y);82 bool addKeyboard(char key_code);83 84 bool sendPackets();85 78 86 79 int getShipID(){return shipID_;} … … 110 103 int clientID_; // this is the id the server gave to us 111 104 int shipID_; 105 bool gameStateFailure_; 112 106 }; 113 107
Note: See TracChangeset
for help on using the changeset viewer.