Changeset 28 for trunk/src/game/Chat.h

Show
Ignore:
Timestamp:
11/19/08 13:24:39 (17 years ago)
Author:
yumileroy
Message:

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Chat.h

    r18 r28  
    7070 
    7171    protected: 
    72         bool hasStringAbbr(const char* s1, const char* s2); 
     72        bool hasStringAbbr(const char* name, const char* part); 
    7373        void SendGlobalSysMessage(const char *str); 
    7474 
     
    9595        bool HandleNotifyCommand(const char* args); 
    9696        bool HandleGMmodeCommand(const char* args); 
     97        bool HandleGMChatCommand(const char* args); 
    9798        bool HandleVisibleCommand(const char* args); 
    9899        bool HandleGPSCommand(const char* args);