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