diff options
Diffstat (limited to 'include/players.h')
| -rw-r--r-- | include/players.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/players.h b/include/players.h index ef94489..7107797 100644 --- a/include/players.h +++ b/include/players.h @@ -11,6 +11,9 @@ float sec_since_last_shot = 10.0f; float playerx = 3; float playery = 3; +float gunx = 0.0f; +float guny = 0.0f; +float gun_height = 0.0f; void shoot(platform_window* window); void draw_player(platform_window* window); |
