]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Engine.hh
preliminary physics, sound, hud
[chaz/yoink] / src / Moof / Engine.hh
index 2d7dfd6aa77b9ee56ebb591f7e7954c15b69875a..971d68fe1e28eb59e3536056dd19c4355ec0668c 100644 (file)
@@ -53,7 +53,7 @@ public:
        virtual ~Engine();
 
        int run();
-       void stop();
+       void stop(int exitCode = 0);
 
        void setTimestep(Scalar ts);
        Scalar getTimestep();
@@ -75,8 +75,8 @@ public:
        };
 
 private:
-       class EngineImpl;
-       boost::shared_ptr<EngineImpl> impl_;
+       class Impl;
+       boost::shared_ptr<Impl> impl_;
 };
 
 
This page took 0.020725 seconds and 4 git commands to generate.