Download this source code in text format (Config.h)
/*********************************************************** * WindowMud - Window Mud Server * * File: Config.h * * Usage: Configuration header file * * * * No warranty is given or implied. * * There is no license associated with this code. * * There are no restrictions on the use of this code. * * This code may be used in any way the reader wishes. * * No credit or credits are given and none are required. * * The reader may take this code and claim they wrote it. * ************************************************************/ #ifndef CONFIG_H #define CONFIG_H /*********************************************************** * Includes * ************************************************************/ #include// _chdir() #include // _endthread() /*********************************************************** * Macros * ************************************************************/ // Defines tick duration: 100 = 10 ticks per second = game wakes up ~10 times a second #define MILLI_SECONDS_TO_SLEEP 100 // Directories #define CONTROL_DIR ".\\Running\\Control\\" #endif