00001 00050 #ifndef __zengine_h__ 00051 #define __zengine_h__ 00052 00053 #include "ZE_Defines.h" 00054 #include "ZE_ZEngine.h" 00055 #include "ZE_Utility.h" 00056 #include "ZE_ZImage.h" 00057 #include "ZE_ZTimer.h" 00058 #include "ZE_ZConfigFile.h" 00059 #include "ZE_ZRect.h" 00060 #ifdef USE_SDL_TTF 00061 #include "ZE_ZFont.h" 00062 #endif 00063 #ifdef USE_SDL_MIXER 00064 #include "ZE_ZSound.h" 00065 #include "ZE_ZMusic.h" 00066 #endif 00067 #ifdef USE_SDL_NET 00068 #include "ZE_ZClient.h" 00069 #include "ZE_ZServer.h" 00070 #endif 00071 00072 #endif //__zengine_h__