aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorChris Apers2007-05-01 09:48:38 +0000
committerChris Apers2007-05-01 09:48:38 +0000
commitf831d25067b9c21c3b182539be8defdd56be177e (patch)
tree81b088f8e69237ad5490b29059166c0ae990369e /backends/platform
parentab16dd234f6ffc5722154123d76ee83c117213de (diff)
downloadscummvm-rg350-f831d25067b9c21c3b182539be8defdd56be177e.tar.gz
scummvm-rg350-f831d25067b9c21c3b182539be8defdd56be177e.tar.bz2
scummvm-rg350-f831d25067b9c21c3b182539be8defdd56be177e.zip
Added support for Parallaction and Cruise engines
svn-id: r26694
Diffstat (limited to 'backends/platform')
-rwxr-xr-xbackends/platform/PalmOS/Src/prefixes/native_cruise.h11
-rwxr-xr-xbackends/platform/PalmOS/Src/prefixes/native_parallaction.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/prefixes/native_cruise.h b/backends/platform/PalmOS/Src/prefixes/native_cruise.h
new file mode 100755
index 0000000000..9bc0cdac13
--- /dev/null
+++ b/backends/platform/PalmOS/Src/prefixes/native_cruise.h
@@ -0,0 +1,11 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_CRUISE
+
+#undef USE_MAD
+#undef USE_VORBIS
+#undef USE_TREMOR
+
+#endif
diff --git a/backends/platform/PalmOS/Src/prefixes/native_parallaction.h b/backends/platform/PalmOS/Src/prefixes/native_parallaction.h
new file mode 100755
index 0000000000..545cdd36fd
--- /dev/null
+++ b/backends/platform/PalmOS/Src/prefixes/native_parallaction.h
@@ -0,0 +1,11 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_PARALLACTION
+
+#undef USE_MAD
+#undef USE_VORBIS
+#undef USE_TREMOR
+
+#endif