Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2007, 4:23:31 PM (16 years ago)
Author:
rgrieder
Message:
  • commented 2 functions to make the network source compile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/PacketManager.h

    r369 r374  
    9393       
    9494  //process data
    95   virtual void processGamestate(GameState *state);
     95  //two functions are note yet implemented!
     96  //virtual void processGamestate(GameState *state);
    9697  virtual void processChat( chat *data);
    97   virtual void processAck( ack *data);
     98  //virtual void processAck( ack *data);
    9899 
    99100        //print functions
Note: See TracChangeset for help on using the changeset viewer.