aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2004-02-05 14:00:03 +0000
committerChris Apers2004-02-05 14:00:03 +0000
commitef1b06d8b36997e8572557d112cbd452c1136b96 (patch)
tree5dd4ce6d100f02a2374625d4884102a86635ceb4
parent2420bf29003bd9ea07337638c233333776423758 (diff)
downloadscummvm-rg350-ef1b06d8b36997e8572557d112cbd452c1136b96.tar.gz
scummvm-rg350-ef1b06d8b36997e8572557d112cbd452c1136b96.tar.bz2
scummvm-rg350-ef1b06d8b36997e8572557d112cbd452c1136b96.zip
Prepare Zodiac wide display support
svn-id: r12735
-rw-r--r--backends/PalmOS/Src/i_zodiac.cpp6
-rw-r--r--backends/PalmOS/Src/i_zodiac.h12
2 files changed, 18 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/i_zodiac.cpp b/backends/PalmOS/Src/i_zodiac.cpp
new file mode 100644
index 0000000000..ef5767fa72
--- /dev/null
+++ b/backends/PalmOS/Src/i_zodiac.cpp
@@ -0,0 +1,6 @@
+#include <PalmOS.h>
+#include "extend.h"
+
+#ifndef DISABLE_TAPWAVE
+// Tapwave code will come here
+#endif
diff --git a/backends/PalmOS/Src/i_zodiac.h b/backends/PalmOS/Src/i_zodiac.h
new file mode 100644
index 0000000000..dc4ce8bb62
--- /dev/null
+++ b/backends/PalmOS/Src/i_zodiac.h
@@ -0,0 +1,12 @@
+#ifndef _I_ZODIAC_H_
+#define _I_ZODIAC_H_
+
+#define _twGfxLib ptrP[0]
+#define _twSrc ptrP[1]
+#define _twDst ptrP[2]
+#define _twBmpV3 ptrP[3]
+
+Err ZodiacInit(void **ptrP, Int32 w, Int32 h);
+Err ZodiacRelease(void **ptrP);
+
+#endif \ No newline at end of file