Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13312/include/sim
Modified Files:
tcNetworkView.h
Log Message:
Index: tcNetworkView.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcNetworkView.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tcNetworkView.h 29 Feb 2004 22:51:35 -0000 1.3
--- tcNetworkView.h 2 Mar 2004 02:52:14 -0000 1.4
***************
*** 33,36 ****
--- 33,37 ----
class tcEditBox;
+ class tcConsoleBox;
/**
***************
*** 51,55 ****
void SetNetworkMode(wxCommandEvent& event);
-
tcNetworkView(wxWindow *parent, tcWindow *surfaceHost,
const wxPoint& pos, const wxSize& size,
--- 52,55 ----
***************
*** 60,63 ****
--- 60,66 ----
int networkMode;
tcEditBox *ipEdit;
+ tcConsoleBox *chatBox;
+ tcEditBox *chatEntry;
+
wxRect statusBoxBounds;
DECLARE_EVENT_TABLE()
|