blob: e47801469ae7ee2b6c7c8d5a90891712101c2457 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// thing.h -- standard thing definitions
4//
5// $Id: thing.h,v 3.5 2004/05/20 19:00:12 Vanion Exp $
6
7#ifndef __THING_H__
8#define __THING_H__
9
10#include "/sys/thing/commands.h"
11#include "/sys/thing/description.h"
12#include "/sys/thing/language.h"
13#include "/sys/thing/properties.h"
14#include "/sys/thing/moving.h"
15#include "/sys/thing/restrictions.h"
16#include "/sys/thing/material.h"
17#include "/sys/thing/lighttypes.h"
18
19#endif