diff options
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; |