about summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-08-28 23:38:40 -0400
committerJune McEnroe <programble@gmail.com>2017-08-28 23:38:40 -0400
commit66761cd30ee1da5b820c89c38fac6caf42fbe715 (patch)
tree2471ddbdfc0bc4dfc84998521cb175048d7282fe /torus.h
parentMove license above includes (diff)
downloadtorus-66761cd30ee1da5b820c89c38fac6caf42fbe715.tar.gz
torus-66761cd30ee1da5b820c89c38fac6caf42fbe715.zip
Add respawning
Diffstat (limited to '')
-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 {