summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 13:37:16 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 13:37:16 +0100
commit40027e44e5d0f0040238cfc1bd6a8d80c17c54fb (patch)
tree98206731b8a27885d212333ef7b593ab664f5148 /include/players.h
parent1ac44d4ec6b6b51fefe6ca50ef82d5d2fc1f6dfb (diff)
minor changes
Diffstat (limited to 'include/players.h')
-rw-r--r--include/players.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/players.h b/include/players.h
index ce88688..f76e620 100644
--- a/include/players.h
+++ b/include/players.h
@@ -42,7 +42,7 @@ void draw_players(platform_window* window);
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);
-void move_user(platform_window* window, u32 id, protocol_move_type move);
+void move_user(platform_window* window, u32 id, protocol_move_type move, float delta);
void update_players_server();
void spawn_player(u32 id, network_client client);