]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Engine.hh
preliminary physics, sound, hud
[chaz/yoink] / src / Moof / Engine.hh
index 76120c49c890b45bba4beb618504f3ea76403df2..971d68fe1e28eb59e3536056dd19c4355ec0668c 100644 (file)
@@ -75,8 +75,8 @@ public:
        };
 
 private:
-       class EngineImpl;
-       boost::shared_ptr<EngineImpl> impl_;
+       class Impl;
+       boost::shared_ptr<Impl> impl_;
 };
 
 
This page took 0.02008 seconds and 4 git commands to generate.