/* * simul_efun.h * * The simul_efun object headerfile. Used to define needed * prototypes of function defined in the simul_efun. * * This file may be freely modified to suit a specific mudlib. * * Started by: Frank Schmidt, Jesus@NorseMUD * */ #ifndef _SIMUL_EFUN_H #define _SIMUL_EFUN_H /* absolutely nescessary, used in /dgd/ objects, e.g. early in auto.c */ static varargs void illegal(string msg); static int log_file(string file, string what); #endif