[Gcblue-commits] gcb_wx/include/graphics tc3DModel.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 22:01:07
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3298 Modified Files: tc3DModel.h Log Message: + added ifdef MSV for #pragma once instruction + newline at the end of file Index: tc3DModel.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DModel.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tc3DModel.h 18 Jan 2004 18:42:41 -0000 1.4 --- tc3DModel.h 11 Apr 2004 21:47:23 -0000 1.5 *************** *** 22,26 **** --- 22,28 ---- #define _TC3DMODEL_H_ + #if _MSC_VER > 1000 #pragma once + #endif #include <osg/ref_ptr> *************** *** 86,89 **** }; - #endif \ No newline at end of file --- 88,91 ---- }; + #endif |