aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/prefixes/native_common.h
blob: c04f5e15388799d680055b601b02f82c5c8d2a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef ZNATIVE_COMMON_H
#define ZNATIVE_COMMON_H

#include "compile.h"
#include "palmmad.h"
#include "palmtremor.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