]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Object.hpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Objects / Object.hpp
index 64b005437d9c2498a7eefe8518837d0c8ee5f7c4..d1a86a8198c1575ffb3595fd4d501e017c4891c7 100644 (file)
@@ -28,7 +28,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Graphic/Sprite.hpp"
 #include "Graphic/Texture.hpp"
 #include "Math/Frustum.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 #include "Utils/ImageIO.hpp"
 
 #include <memory>
@@ -105,6 +105,7 @@ public:
 
 private:
     void handleFire();
+    void handleRot(int divide);
     void doShadows(XYZ lightloc);
     void draw();
     void drawSecondPass();