Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

/include/ZEngine.h

Go to the documentation of this file.
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__

Generated on Sun Dec 29 02:21:35 2002 for ZEngine by doxygen1.3-rc2