Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24958/include/graphics
Modified Files:
tcPlatformGui.h
Log Message:
Index: tcPlatformGui.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcPlatformGui.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tcPlatformGui.h 22 Mar 2006 01:23:29 -0000 1.4
--- tcPlatformGui.h 5 Sep 2006 01:04:24 -0000 1.5
***************
*** 108,111 ****
--- 108,115 ----
void ReadGuiParameters();
void UpdateGui();
+
+ void OnLoadoutCommand(wxCommandEvent& event);
+
+ DECLARE_EVENT_TABLE()
};
|