diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 13:37:16 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 13:37:16 +0100 |
| commit | 40027e44e5d0f0040238cfc1bd6a8d80c17c54fb (patch) | |
| tree | 98206731b8a27885d212333ef7b593ab664f5148 /include/players.h | |
| parent | 1ac44d4ec6b6b51fefe6ca50ef82d5d2fc1f6dfb (diff) | |
minor changes
Diffstat (limited to 'include/players.h')
| -rw-r--r-- | include/players.h | 2 |
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); |
