X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FWeapons.hpp;h=de2f4d81829f81ff039a224fb755cc089369f988;hp=4b40eb6e6baf29fb964d00f2a0ab5348a531a72c;hb=a3f060d7e5508cd032c4f1c320033a74e5d84009;hpb=fa715e9d69feb1dd832365c31be2a95835d798fc diff --git a/Source/Objects/Weapons.hpp b/Source/Objects/Weapons.hpp index 4b40eb6..de2f4d8 100644 --- a/Source/Objects/Weapons.hpp +++ b/Source/Objects/Weapons.hpp @@ -32,9 +32,6 @@ along with Lugaru. If not, see . #include -#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;