summaryrefslogtreecommitdiff
path: root/include/guns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/guns.h')
-rw-r--r--include/guns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/guns.h b/include/guns.h
index 0363cae..1b93781 100644
--- a/include/guns.h
+++ b/include/guns.h
@@ -25,6 +25,7 @@ gun guns[GUN_ALL] = {
{GUN_NOVA, "Nova", 12, 80, 0.2f, 3, 1.2f},
};
+image* get_image_of_gun(gun_type type);
gun get_gun_by_type(gun_type type);
#endif \ No newline at end of file