diff options
Diffstat (limited to 'include/guns.h')
| -rw-r--r-- | include/guns.h | 2 |
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 |
