/* * userdefined.h * * Global user defined include file. It is included in ALL objects. * * This file may be freely modified to suit a specific mudlib. * * Started by: Frank Schmidt, Jesus@NorseMUD * */ #ifndef _USERDEFINED_H #define _USERDEFINED_H /* put in any mudlib-related preprocessor code here */ #endif