diff options
Diffstat (limited to '')
-rw-r--r-- | torus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torus.h b/torus.h index 7eb4aa9..85ae3d5 100644 --- a/torus.h +++ b/torus.h @@ -95,6 +95,7 @@ struct ServerMessage { enum ClientMessageType { CLIENT_MOVE, CLIENT_PUT, + CLIENT_SPAWN, }; struct ClientMessage { |