]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Object.hpp
Cleans up in Object class, factor duplicated code
[lugaru.git] / Source / Objects / Object.hpp
index 64b005437d9c2498a7eefe8518837d0c8ee5f7c4..11935fe6858977eb19c9893a7cb3f162c3c79281 100644 (file)
@@ -105,6 +105,7 @@ public:
 
 private:
     void handleFire();
+    void handleRot(int divide);
     void doShadows(XYZ lightloc);
     void draw();
     void drawSecondPass();