X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FObject.hpp;h=d8ce273faeff31b2636844b9c175ac6c1129f8af;hb=8139604f6d9f7014ef516371895c72fabd55f828;hp=64b005437d9c2498a7eefe8518837d0c8ee5f7c4;hpb=fa4037412902fd926281cd9b06d0f00db680138f;p=lugaru.git diff --git a/Source/Objects/Object.hpp b/Source/Objects/Object.hpp index 64b0054..d8ce273 100644 --- a/Source/Objects/Object.hpp +++ b/Source/Objects/Object.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -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();