[Gcblue-commits] gcb_wx/include/sim tc3DViewer.h,1.19,1.20
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-16 00:04:16
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1:/tmp/cvs-serv26093/include/sim Modified Files: tc3DViewer.h Log Message: animation Index: tc3DViewer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tc3DViewer.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** tc3DViewer.h 14 Jan 2004 01:13:22 -0000 1.19 --- tc3DViewer.h 16 Jan 2004 00:04:14 -0000 1.20 *************** *** 107,110 **** --- 107,111 ---- void Freeze(); Producer::Vec3 GetCameraPosition(); + double GetGameTime() const {return gameTime;} Producer::Vec3 GetObjectPosition(tcGameObject *obj); bool IsActive() {return isActive;} |