1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef ZNATIVE_COMMON_H #define ZNATIVE_COMMON_H #include "compile.h" #define __TWNEW_H__ #define PALMOS_ARM #define DISABLE_LIGHTSPEED #define USE_MAD #define USE_TREMOR #define USE_VORBIS //#define USE_MPEG2 // enable assert //#define _DEBUG #endif