/* * Standard files in our mudlib. * * The define prefixes are as follows: * * C_ Objects to clone * D_ A daemon object * I_ File to inherit * R_ An important room * */ #ifndef _MUDLIB_H #define _MUDLIB_H #include "std.h" /* These are not usually inherited, but named with I_ anyways */ #define I_LOGIN "/std/obj/login" #endif /* _MUDLIB_H */