]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/event_mgr.hxx
Some Linux platforms need <cstdio> for snprintf.
[simgear.git] / simgear / structure / event_mgr.hxx
index 06e28ea58b91bdbb65eb27a571a460e34e817ce9..699522b8082ef5ba3d5c3c9743ed15b0cfd68a03 100644 (file)
@@ -72,7 +72,7 @@ public:
     SGEventMgr();
     ~SGEventMgr();
 
-    virtual void init() {}
+    virtual void init();
     virtual void update(double delta_time_sec);
     virtual void unbind();
     virtual void shutdown();
@@ -130,6 +130,7 @@ private:
     SGPropertyNode_ptr _rtProp;
     SGTimerQueue _rtQueue; 
     SGTimerQueue _simQueue;
+    bool _inited;
 };
 
 #endif // _SG_EVENT_MGR_HXX