From 3427e06732019ff1fda68d86744a65c931c9f5f4 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 26 Feb 2006 15:58:02 +0000 Subject: This file has been renamed svn-id: r20926 --- backends/PalmOS/Src/prefixes/native_cine.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_common.h | 21 +++++++++++++++++++++ backends/PalmOS/Src/prefixes/native_gob.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_kyra.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_lure.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_queen.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_saga.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_scumm.h | 9 +++++++++ backends/PalmOS/Src/prefixes/native_simon.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_sky.h | 7 +++++++ backends/PalmOS/Src/prefixes/native_sword1.h | 9 +++++++++ backends/PalmOS/Src/prefixes/native_sword2.h | 10 ++++++++++ 12 files changed, 105 insertions(+) create mode 100755 backends/PalmOS/Src/prefixes/native_cine.h create mode 100755 backends/PalmOS/Src/prefixes/native_common.h create mode 100755 backends/PalmOS/Src/prefixes/native_gob.h create mode 100755 backends/PalmOS/Src/prefixes/native_kyra.h create mode 100755 backends/PalmOS/Src/prefixes/native_lure.h create mode 100755 backends/PalmOS/Src/prefixes/native_queen.h create mode 100755 backends/PalmOS/Src/prefixes/native_saga.h create mode 100755 backends/PalmOS/Src/prefixes/native_scumm.h create mode 100755 backends/PalmOS/Src/prefixes/native_simon.h create mode 100755 backends/PalmOS/Src/prefixes/native_sky.h create mode 100755 backends/PalmOS/Src/prefixes/native_sword1.h create mode 100755 backends/PalmOS/Src/prefixes/native_sword2.h (limited to 'backends/PalmOS') diff --git a/backends/PalmOS/Src/prefixes/native_cine.h b/backends/PalmOS/Src/prefixes/native_cine.h new file mode 100755 index 0000000000..212a5544d0 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_cine.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_CINE + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_common.h b/backends/PalmOS/Src/prefixes/native_common.h new file mode 100755 index 0000000000..c04f5e1538 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_common.h @@ -0,0 +1,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 diff --git a/backends/PalmOS/Src/prefixes/native_gob.h b/backends/PalmOS/Src/prefixes/native_gob.h new file mode 100755 index 0000000000..16863cd5b6 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_gob.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_GOB + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_kyra.h b/backends/PalmOS/Src/prefixes/native_kyra.h new file mode 100755 index 0000000000..7f6dd57565 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_kyra.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_KYRA + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_lure.h b/backends/PalmOS/Src/prefixes/native_lure.h new file mode 100755 index 0000000000..1d9005045c --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_lure.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_LURE + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_queen.h b/backends/PalmOS/Src/prefixes/native_queen.h new file mode 100755 index 0000000000..d2a1b44ef8 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_queen.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_QUEEN + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_saga.h b/backends/PalmOS/Src/prefixes/native_saga.h new file mode 100755 index 0000000000..1a728e6bcb --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_saga.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_SAGA + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_scumm.h b/backends/PalmOS/Src/prefixes/native_scumm.h new file mode 100755 index 0000000000..196628909a --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_scumm.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_SCUMM +#undef DISABLE_SCUMM_7_8 +#undef DISABLE_HE + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_simon.h b/backends/PalmOS/Src/prefixes/native_simon.h new file mode 100755 index 0000000000..b3c6710141 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_simon.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_SIMON + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_sky.h b/backends/PalmOS/Src/prefixes/native_sky.h new file mode 100755 index 0000000000..193c57e87d --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_sky.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_SKY + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_sword1.h b/backends/PalmOS/Src/prefixes/native_sword1.h new file mode 100755 index 0000000000..8e52a978a8 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_sword1.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_SWORD1 +#define USE_MPEG2 +#define USE_VORBIS + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_sword2.h b/backends/PalmOS/Src/prefixes/native_sword2.h new file mode 100755 index 0000000000..f74a8bcc9a --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_sword2.h @@ -0,0 +1,10 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_SWORD2 +#undef _DEBUG +#define USE_MPEG2 +#define USE_VORBIS + +#endif -- cgit v1.2.3