summaryrefslogtreecommitdiff
path: root/include/guns.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-26 21:24:38 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-26 21:24:38 +0100
commitddcd60881a73860c9c4d4dd895196221dfdd4aef (patch)
tree1c3e086c6f5091153a248e6ed3c5cf3180cabfa2 /include/guns.h
parent67cec2bf936f0274b61bb803b0baca3ffdb488fc (diff)
gun
Diffstat (limited to 'include/guns.h')
-rw-r--r--include/guns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/guns.h b/include/guns.h
index 52f4a10..1765159 100644
--- a/include/guns.h
+++ b/include/guns.h
@@ -27,7 +27,9 @@ gun guns[GUN_ALL] = {
{GUN_NOVA, "Nova", 12, 80, 0.1f, 3, 1.2f, 600, 1.0f},
};
+float get_gun_size(gun_type type);
image* get_image_of_gun(gun_type type);
+image* get_icon_of_gun(gun_type type);
gun get_gun_by_type(gun_type type);
#endif \ No newline at end of file