X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FObject.hpp;h=d1a86a8198c1575ffb3595fd4d501e017c4891c7;hb=03fbcc5b5e18dbf62c48849fc8d02cd250aa744e;hp=64b005437d9c2498a7eefe8518837d0c8ee5f7c4;hpb=fa4037412902fd926281cd9b06d0f00db680138f;p=lugaru.git diff --git a/Source/Objects/Object.hpp b/Source/Objects/Object.hpp index 64b0054..d1a86a8 100644 --- a/Source/Objects/Object.hpp +++ b/Source/Objects/Object.hpp @@ -28,7 +28,7 @@ along with Lugaru. If not, see . #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 @@ -105,6 +105,7 @@ public: private: void handleFire(); + void handleRot(int divide); void doShadows(XYZ lightloc); void draw(); void drawSecondPass();