Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9232/include/sim
Modified Files:
tcAirObject.h
Log Message:
Index: tcAirObject.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcAirObject.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tcAirObject.h 20 Nov 2006 00:16:29 -0000 1.16
--- tcAirObject.h 1 Dec 2006 03:39:53 -0000 1.17
***************
*** 68,71 ****
--- 68,72 ----
bool IsOverweight() const;
bool IsReadyForLaunch();
+ void UpdateLoadoutTag();
void PrintToFile(tcFile& file);
|