[Gcblue-commits] gcb_wx/include/scriptinterface tcSubInterface.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-14 23:41:59
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15566/include/scriptinterface Modified Files: tcSubInterface.h Log Message: Fixed shaking object bug Index: tcSubInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSubInterface.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcSubInterface.h 10 Jul 2005 20:32:02 -0000 1.4 --- tcSubInterface.h 14 Jul 2005 23:41:50 -0000 1.5 *************** *** 42,45 **** --- 42,47 ---- { public: + /// 0 - 1 battery charge + float GetBatteryFraction() const; /// max depth of this sub float GetMaxDepth() const; |