Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

some missing files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/Client.h

    r1666 r1699  
    7979//    static void Chat( std::string message );
    8080   
    81     int shipID(){return shipID_;}
     81    unsigned int shipID(){return shipID_;}
    8282    int playerID(){return clientID_;}
    8383
     
    9797    void processGamestate( GameStateCompressed *data, int clientID);
    9898    void processClassid(classid *clid);
     99    bool ackGamestateID(int gamestateID, int clientID);
    99100//     void processChat( chat *data, int clientId );
    100101    bool processWelcome( welcome *w );
Note: See TracChangeset for help on using the changeset viewer.