aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/prefixes/native_common.h
blob: af4db709329a1d93172ee59a61e361dc803b969c (plain)
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