[Gcblue-commits] gcb_wx GCblue.vcproj,1.32,1.33
Status: Alpha
Brought to you by:
ddcforge
|
From: <ddc...@us...> - 2004-01-10 21:55:34
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1:/tmp/cvs-serv22071 Modified Files: GCblue.vcproj Log Message: Added better 3D model class for animation support Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** GCblue.vcproj 4 Jan 2004 22:24:52 -0000 1.32 --- GCblue.vcproj 10 Jan 2004 21:55:30 -0000 1.33 *************** *** 211,214 **** --- 211,217 ---- </File> <File + RelativePath="src\graphics\tc3DModel.cpp"> + </File> + <File RelativePath="src\graphics\tc3DSky.cpp"> </File> *************** *** 527,530 **** --- 530,536 ---- <File RelativePath="include\graphics\tc2DGraphicsSurface.h"> + </File> + <File + RelativePath="include\graphics\tc3DModel.h"> </File> <File |