X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FWeapons.hpp;h=e12b11e31e3ffe51179120963ce624606cccbefb;hp=90b956753a4376d6b0806e0cc90943d4d016d141;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hpb=5fca41ab430df85d6dd620a7f4130df01bc1430f diff --git a/Source/Objects/Weapons.hpp b/Source/Objects/Weapons.hpp index 90b9567..e12b11e 100644 --- a/Source/Objects/Weapons.hpp +++ b/Source/Objects/Weapons.hpp @@ -23,10 +23,10 @@ along with Lugaru. If not, see . #include "Animation/Skeleton.hpp" #include "Environment/Terrain.hpp" -#include "Graphic/gamegl.hpp" #include "Graphic/Models.hpp" #include "Graphic/Sprite.hpp" #include "Graphic/Texture.hpp" +#include "Graphic/gamegl.hpp" #include "Math/XYZ.hpp" #include "Objects/Person.hpp" @@ -46,7 +46,8 @@ public: void draw(); void doStuff(int); - int getType() { + int getType() + { return type; } void setType(int);