blob: e47801469ae7ee2b6c7c8d5a90891712101c2457 [file] [log] [blame]
// MorgenGrauen MUDlib
//
// thing.h -- standard thing definitions
//
// $Id: thing.h,v 3.5 2004/05/20 19:00:12 Vanion Exp $
#ifndef __THING_H__
#define __THING_H__
#include "/sys/thing/commands.h"
#include "/sys/thing/description.h"
#include "/sys/thing/language.h"
#include "/sys/thing/properties.h"
#include "/sys/thing/moving.h"
#include "/sys/thing/restrictions.h"
#include "/sys/thing/material.h"
#include "/sys/thing/lighttypes.h"
#endif