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