diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-13 17:40:23 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-13 17:40:23 +0100 |
| commit | f8ccfba637267bae8064daa320cfb00b8ffe3e66 (patch) | |
| tree | 1a039335d09db5159b17bd7909a93039f0de1386 /src/protocol.c | |
| parent | caac4b1d169425ad7dda15fe8fceca9c5a95400b (diff) | |
movement working
Diffstat (limited to 'src/protocol.c')
| -rw-r--r-- | src/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.c b/src/protocol.c index f833d3a..2381159 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -1,4 +1,5 @@ #include "../include/protocol.h" +#include "../include/players.h" network_message create_protocol_get_id_up() { protocol_get_id_upstream* buf = (protocol_get_id_upstream*)network_buffer; |
