/*********************************************************** * WindowMud - Window Mud Server * * File: BigDog.h * * Usage: Game loop * * * * 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 BIG_DOG_H #define BIG_DOG_H /*********************************************************** * Includes * ************************************************************/ #include "Config.h" #include "Log.h" #endif