]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Weapons.hpp
Moved Weapon model and texture loading in Weapon class
[lugaru.git] / Source / Objects / Weapons.hpp
index 2f802f742a14a089d8dd4558880faf519d2720ff..33d93aa9cbf724f62cfcc222665f186d91d9d44f 100644 (file)
@@ -57,6 +57,8 @@ public:
     static Model staffmodel;
     static Texture stafftextureptr;
 
+    static void Load();
+
     void Draw();
     void DoStuff(int);