diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-24 15:43:07 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-24 15:43:07 -0500 |
| commit | 191b3750b56c83688ff596990608eb262ae9ec60 (patch) | |
| tree | 0cb2578e1e736b497a2dea71aa89fa2375170826 /src/netcosm.h | |
| parent | 460d13ccd6242da9d25558aac6ffb7c6e9df03a6 (diff) | |
| download | netcosm-191b3750b56c83688ff596990608eb262ae9ec60.zip netcosm-191b3750b56c83688ff596990608eb262ae9ec60.tar.gz netcosm-191b3750b56c83688ff596990608eb262ae9ec60.tar.bz2 netcosm-191b3750b56c83688ff596990608eb262ae9ec60.tar.xz | |
rooms work now
Diffstat (limited to 'src/netcosm.h')
| -rw-r--r-- | src/netcosm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/netcosm.h b/src/netcosm.h index ac2c72c..8482e90 100644 --- a/src/netcosm.h +++ b/src/netcosm.h @@ -40,6 +40,8 @@ #define REQ_HANG 5 #define REQ_KICK 6 #define REQ_WAIT 7 +#define REQ_LOOK 8 +#define REQ_CHANGEROOM 9 /* child states */ #define STATE_INIT 0 @@ -144,3 +146,4 @@ void remove_cruft(char*); void auth_list_users(void); void world_init(const struct roomdata_t *data, size_t sz); void sig_printf(const char *fmt, ...); +void world_free(void); |