summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
Diffstat (limited to 'torus.h')
-rw-r--r--torus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/torus.h b/torus.h
index 4943afc..b03a1db 100644
--- a/torus.h
+++ b/torus.h
@@ -95,6 +95,7 @@ struct ServerMessage {
 enum ClientMessageType {
     CLIENT_MOVE,
     CLIENT_PUT,
+    CLIENT_SPAWN,
 };
 
 struct ClientMessage {