diff options
Diffstat (limited to 'include/players.h')
| -rw-r--r-- | include/players.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/players.h b/include/players.h index 0c7433e..d34f83a 100644 --- a/include/players.h +++ b/include/players.h @@ -51,6 +51,10 @@ typedef struct t_player { sprite sprite; vec3f velocity; network_state connection_state; + struct { + int grenades; + int molotovs; + } throwables; } player; #include "protocol.h" |
