]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Engine.hh
initial working frustum culling implementation
[chaz/yoink] / src / Moof / Engine.hh
index 2d7dfd6aa77b9ee56ebb591f7e7954c15b69875a..76120c49c890b45bba4beb618504f3ea76403df2 100644 (file)
@@ -53,7 +53,7 @@ public:
        virtual ~Engine();
 
        int run();
-       void stop();
+       void stop(int exitCode = 0);
 
        void setTimestep(Scalar ts);
        Scalar getTimestep();
This page took 0.020643 seconds and 4 git commands to generate.