aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/native/znative_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/native/znative_common.h')
-rwxr-xr-xbackends/PalmOS/Src/native/znative_common.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/backends/PalmOS/Src/native/znative_common.h b/backends/PalmOS/Src/native/znative_common.h
deleted file mode 100755
index c04f5e1538..0000000000
--- a/backends/PalmOS/Src/native/znative_common.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#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