diff options
| -rw-r--r-- | backends/PalmOS/Src/i_zodiac.cpp | 6 | ||||
| -rw-r--r-- | backends/PalmOS/Src/i_zodiac.h | 12 | 
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  | 
