summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-27 09:05:33 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-27 09:05:33 +0100
commitd055cf69c8925e895cfcb726a4339f843f3ccfc1 (patch)
tree895f6f7d22272810f7d350f1b5f9b5b2c7dddd30 /include/players.h
parent88fb94168c87dd8cc07e16cb988e0ea5c25bc202 (diff)
work
Diffstat (limited to 'include/players.h')
-rw-r--r--include/players.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/players.h b/include/players.h
index 027fb31..c4652f2 100644
--- a/include/players.h
+++ b/include/players.h
@@ -8,6 +8,7 @@
#include "zombies.h"
#include "math_helper.h"
#include "guns.h"
+#include "sprite.h"
#define MAX_PLAYERS 10
@@ -27,6 +28,7 @@ typedef struct t_player {
network_client client; // For the host: is_connected = false and socket = 0
int kills;
u64 ping;
+ sprite sprite;
} player;
#include "protocol.h"