]> git.mxchange.org Git - flightgear.git/blobdiff - JSBsim/FGTank.h
New changes to address various feedback from initial release.
[flightgear.git] / JSBsim / FGTank.h
index 6923f644782c8051750ad06bfbd850a7fd51cb27..afb3020ea9375b743680dd05ae3eb4649f677f60 100644 (file)
@@ -32,9 +32,8 @@ a generic Tank.
 HISTORY
 --------------------------------------------------------------------------------
 01/21/99   JSB   Created
-*******************************************************************************/
 
-/*******************************************************************************
+********************************************************************************
 SENTRY
 *******************************************************************************/
 
@@ -65,6 +64,7 @@ public:
   int GetType(void) {return Type;}
   bool GetSelected(void) {return Selected;}
   float GetPctFull(void) {return PctFull;}
+  float GetContents(void) {return Contents;}
   
 private:
   float X, Y, Z;
@@ -79,4 +79,4 @@ protected:
 };
 
 /******************************************************************************/
-#endif
+#endif
\ No newline at end of file