Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2006, 6:46:49 PM (19 years ago)
Author:
rennerc
Message:

implemented chat functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/util/network_game_rules.h

    r8147 r8588  
    2525   
    2626    virtual PlayerStats * getNewPlayerStats( int userId ){ return new PlayerStats( userId ); }
     27   
     28    virtual void handleChatMessage( int userId, const std::string & message, int messageType ) = 0;
    2729
    2830
Note: See TracChangeset for help on using the changeset viewer.