diff options
author | June McEnroe <june@causal.agency> | 2017-08-28 23:38:40 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-08-28 23:38:40 -0400 |
commit | ce13621292bdfeafd7c6561c432a1d96deccbd3a (patch) | |
tree | f2cc5b128e0954be89a0568e7b5c30b3486d1fac /torus.h | |
parent | Move license above includes (diff) | |
download | torus-ce13621292bdfeafd7c6561c432a1d96deccbd3a.tar.gz torus-ce13621292bdfeafd7c6561c432a1d96deccbd3a.zip |
Add respawning
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 { |