]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Weapons.hpp
Removed unused defines, changed method names case
[lugaru.git] / Source / Objects / Weapons.hpp
index 4b40eb6e6baf29fb964d00f2a0ab5348a531a72c..de2f4d81829f81ff039a224fb755cc089369f988 100644 (file)
@@ -32,9 +32,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <cmath>
 
-#define max_weapons 30
-#define max_weaponinstances 20
-
 #define knife 1
 #define sword 2
 #define staff 3
@@ -46,8 +43,8 @@ public:
 
     static void Load();
 
-    void Draw();
-    void DoStuff(int);
+    void draw();
+    void doStuff(int);
 
     int getType() {
         return type;