[Gcblue-commits] gcb_wx/include/sim tcGameObject.h,1.22,1.23
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-08-06 02:47:59
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7549/include/sim Modified Files: tcGameObject.h Log Message: Index: tcGameObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcGameObject.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** tcGameObject.h 19 Jul 2004 00:52:27 -0000 1.22 --- tcGameObject.h 6 Aug 2004 02:47:51 -0000 1.23 *************** *** 18,26 **** */ - #pragma once - #ifndef _TCGAMEOBJECT_H_ #define _TCGAMEOBJECT_H_ #include <vector> #include <sstream> --- 18,29 ---- */ #ifndef _TCGAMEOBJECT_H_ #define _TCGAMEOBJECT_H_ + #if _MSC_VER > 1000 + #pragma once + #endif // _MSC_VER > 1000 + + #include <vector> #include <sstream> |