From caac4b1d169425ad7dda15fe8fceca9c5a95400b Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 12 Dec 2022 20:12:38 +0100 Subject: testing --- include/game.h | 1 + include/players.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 944a831..ffab7b7 100644 --- a/include/game.h +++ b/include/game.h @@ -4,6 +4,7 @@ #include #include "../include/protocol.h" +#include "../include/game.h" typedef enum t_game_state { GAMESTATE_IDLE, diff --git a/include/players.h b/include/players.h index ea12a96..abe4a37 100644 --- a/include/players.h +++ b/include/players.h @@ -27,6 +27,7 @@ player players[10] = {0}; player* get_player_by_id(u32 id); void draw_players_at_tile(platform_window* window, int x, int y); void draw_bullets(platform_window* window); +object check_if_player_collided_with_object(platform_window* window, player p); float get_player_size(platform_window* window); #endif \ No newline at end of file -- cgit v1.2.3-70-g09d2