about summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-08-28 23:38:40 -0400
committerJune McEnroe <june@causal.agency>2017-08-28 23:38:40 -0400
commitce13621292bdfeafd7c6561c432a1d96deccbd3a (patch)
treef2cc5b128e0954be89a0568e7b5c30b3486d1fac /torus.h
parentMove license above includes (diff)
downloadtorus-ce13621292bdfeafd7c6561c432a1d96deccbd3a.tar.gz
torus-ce13621292bdfeafd7c6561c432a1d96deccbd3a.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 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 {