MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // 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 |