// // G A M E.O.N.E - LOW LEVEL LIB V1.0 // Copyright (C) 2001 LEVEL ONE ENTERTAINMENT, // Licensed under the terms of LGPL. //:--------------------------------------------------------------------------- //:Description // // SYS_TYPES INCLUDE FILE // #ifdef SYS_PLATFORM_GP2X_MINIMAL #ifndef _GP2X_MINIMAL #define _GP2X_MINIMAL #define OK (0) #define FAIL (__LINE__) #define PAL_8_MODE //in bpp 8bit, use palette not rgb332 #include #include //gp2x devkit in sysroot/usr/include #include "sys_types.h" #include "sys_assert.h" #include "sys_debug.h" #include "drv_fileio.h" #include "minimal.h" #include "../generic/sys_txCopy.h" #endif // GP2X_MINIMAL #endif // SYS_PLATFORM_GP2X_MINIMAL