]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/modelmgr.hxx
Change FGSteam into a proper subsystem rather than a collection of
[flightgear.git] / src / Model / modelmgr.hxx
index 84e25839c9d5bc2eb7fb7d8382ced2bcb3df867f..d0b7841cd7410007b5a4bb3b34bc74ff7a61bd19 100644 (file)
@@ -21,7 +21,7 @@ SG_USING_STD(vector);
 // Don't pull in headers, since we don't need them here.
 class ssgSelector;
 class SGPropertyNode;
-class FG3DModel;
+class FGModelPlacement;
 
 
 /**
@@ -36,7 +36,7 @@ public:
   virtual void init ();
   virtual void bind ();
   virtual void unbind ();
-  virtual void update (int dt);
+  virtual void update (double dt);
 
   virtual void draw ();
 
@@ -46,7 +46,7 @@ private:
   {
     Instance ();
     virtual ~Instance ();
-    FG3DModel * model;
+    FGModelPlacement * model;
     SGPropertyNode * lon_deg_node;
     SGPropertyNode * lat_deg_node;
     SGPropertyNode * elev_ft_node;