[Gcblue-commits] gcb_wx/include/graphics tcChatBox.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-12-20 01:39:23
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14177/include/graphics Modified Files: tcChatBox.h Log Message: Index: tcChatBox.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcChatBox.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcChatBox.h 2 Dec 2006 02:23:48 -0000 1.4 --- tcChatBox.h 20 Dec 2006 01:39:20 -0000 1.5 *************** *** 48,51 **** --- 48,53 ---- void OnCloseCommand(wxCommandEvent& event); void OnKeyDown(wxKeyEvent& event); + void OnChatModeAll(wxCommandEvent& event); + void OnChatModeTeam(wxCommandEvent& event); void SendChatText(wxCommandEvent& event); *************** *** 58,61 **** --- 60,66 ---- tcConsoleBox *chatHistory; tcEditBox *chatEntry; + bool chatModeTeam; + + void UpdateChatModeButtons(); DECLARE_EVENT_TABLE() |