[Gcblue-commits] gcb_wx/include/common tcSoundConsole.h,1.10,1.11
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-02 04:24:46
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8917/include/common Modified Files: tcSoundConsole.h Log Message: A few more changes related to GDI+ replacement Index: tcSoundConsole.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSoundConsole.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tcSoundConsole.h 29 Oct 2004 02:50:42 -0000 1.10 --- tcSoundConsole.h 2 Nov 2004 04:23:54 -0000 1.11 *************** *** 36,39 **** --- 36,40 ---- { public: + void Clear(); virtual void Draw(); tcConsoleBox* GetConsoleBox(); |