aboutsummaryrefslogtreecommitdiff
path: root/src/verb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verb.h')
-rw-r--r--src/verb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/verb.h b/src/verb.h
index 348da49..8913962 100644
--- a/src/verb.h
+++ b/src/verb.h
@@ -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;