00001 00050 #ifndef __zengine_h__ 00051 #define __zengine_h__ 00052 00053 #include "ZE_ZEngine.h" 00054 #include "ZE_Macros.h" 00055 #include "ZE_ZImage.h" 00056 #include "ZE_ZTimer.h" 00057 #include "ZE_ZConfigFile.h" 00058 #include "ZE_ZRect.h" 00059 #ifdef USE_SDL_TTF 00060 #include "ZE_ZFont.h" 00061 #endif 00062 #ifdef USE_SDL_MIXER 00063 #include "ZE_ZSound.h" 00064 #include "ZE_ZMusic.h" 00065 #endif 00066 00067 #endif //__zengine_h__