diff options
Diffstat (limited to 'src/obj.h')
| -rw-r--r-- | src/obj.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,14 +21,13 @@ #include "globals.h" #include "room.h" +#include "server.h" /* Objects belong to an object class. Objects define their object * class through the class name, which is converted to a class ID * internally. */ -typedef struct child_data user_t; - struct object_t; struct obj_class_t { |