]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Balloon.h
First commit of properties code. JSBSim now has a basic property tree all
[flightgear.git] / src / FDM / Balloon.h
index 5661bebbcb8341a5c121aea8f58d98ea71fc0323..b180a3a535f05bfb48b8e290f6e2dd37a6aa7e34 100644 (file)
@@ -75,7 +75,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    bool update( int multiloop );
+    void update( int multiloop );
 };