]> git.mxchange.org Git - flightgear.git/blobdiff - src/Replay/replay.hxx
Add the aircraft model, model manager, view manager, and scenery
[flightgear.git] / src / Replay / replay.hxx
index 41f1a4a62d279670bacd1a010590b6f5a43f9be4..499b9c3497dcf450f63fa48aade8d7a127534daf 100644 (file)
 
 #include <simgear/math/sg_types.hxx>
 #include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 #include <Network/net_ctrls.hxx>
 #include <Network/net_fdm.hxx>
-#include <Main/fgfs.hxx>
 
 SG_USING_STD(deque);
 
@@ -60,7 +60,7 @@ typedef deque < FGReplayData > replay_list_type;
  * 
  */
 
-class FGReplay : public FGSubsystem
+class FGReplay : public SGSubsystem
 {
 
 public: