summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
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"