Definition file, holds #define statements describing optional features of ZEngine.
Go to the source code of this file.
Defines | |
| #define | VERSION "0.8.3" |
| Version number. | |
| #define | USE_SDL_TTF |
| Define to include font support. | |
| #define | USE_SDL_IMAGE |
| Define to include non-bmp image file support. | |
| #define | USE_SDL_MIXER |
| Define to include sound support. | |
| #define | USE_SDL_NET |
| Define to include net support. | |
| #define | USE_PHYSFS |
| Define to use the Physfs file system. | |
| #define | MAX_MSG_LEN 10240 |
| Maximum message length (for SDL_net). (10kb [10240] default). | |
Typedefs | |
| typedef char | ZByte |
| Define a ZByte as a plain char (for SDL_net). | |
1.3-rc2