X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.h;h=bb178c1c928198e6160880e7659d476a75efe24c;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=35271f74e37625c8f5d5109f1b716de1f8087578;hpb=8a1a91c0a10a37799dc95d423f9db8dc5ff7b965;p=lugaru.git diff --git a/Source/Weapons.h b/Source/Weapons.h index 35271f7..bb178c1 100644 --- a/Source/Weapons.h +++ b/Source/Weapons.h @@ -58,7 +58,7 @@ class Weapon { static GLuint stafftextureptr; void Draw(); - void DoStuff(); + void DoStuff(int); int getType() { return type; } void setType(int);