[Gcblue-commits] gcb_wx/src/common tcConsole.cpp,1.7,1.8 tcSound.cpp,1.14,1.15
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-09 14:28:43
|
Update of /cvsroot/gcblue/gcb_wx/src/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31695 Modified Files: tcConsole.cpp tcSound.cpp Log Message: + changed #include "aerror.h" to "AError.h" Index: tcConsole.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcConsole.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcConsole.cpp 21 Mar 2004 21:03:25 -0000 1.7 --- tcConsole.cpp 9 Apr 2004 14:15:18 -0000 1.8 *************** *** 22,30 **** #include "stdwx.h" - #ifndef WX_PRECOMP - #endif - #include "tcConsole.h" ! #include "aerror.h" #include <stdio.h> --- 22,27 ---- #include "stdwx.h" #include "tcConsole.h" ! #include "AError.h" #include <stdio.h> Index: tcSound.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcSound.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcSound.cpp 6 Mar 2004 20:52:29 -0000 1.14 --- tcSound.cpp 9 Apr 2004 14:15:18 -0000 1.15 *************** *** 32,36 **** #include <stdlib.h> #include <stdio.h> ! #include <string.h> #ifdef _DEBUG --- 32,36 ---- #include <stdlib.h> #include <stdio.h> ! #include <string> #ifdef _DEBUG |