aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/i_zodiac.h
blob: 96a373a22e1d86e556fae3e70f77bdf78da83a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
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