diff options
| author | Franklin Wei <git@fwei.tk> | 2016-03-28 14:11:22 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-03-28 14:11:22 -0400 |
| commit | 2687778cf7c099e47de410d62d26d874f4dcebba (patch) | |
| tree | 359759f153ffd0dc6b8c0bfc60460d10c9cd806a /src/verb.h | |
| parent | 13052597a19fd2212efb7f51f19ed73b9f4b6ba4 (diff) | |
| download | netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.zip netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.gz netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.bz2 netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.xz | |
kludge things to compile on old linux
Diffstat (limited to 'src/verb.h')
| -rw-r--r-- | src/verb.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,6 +21,7 @@ #include "globals.h" #include "room.h" +#include "server.h" /* the verb API is modeled after that of obj_*, this allows for * dynamic creation/deletion of verbs, but is also easily @@ -30,9 +31,6 @@ * callbacks. */ -struct child_data; -typedef struct child_data user_t; - struct verb_t; struct verb_class_t { const char *class_name; |