aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/i_zodiac.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/i_zodiac.h')
-rw-r--r--backends/platform/PalmOS/Src/i_zodiac.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/i_zodiac.h b/backends/platform/PalmOS/Src/i_zodiac.h
new file mode 100644
index 0000000000..96a373a22e
--- /dev/null
+++ b/backends/platform/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