diff options
Diffstat (limited to 'backends/PalmOS/Src/arm/copy_rect.h')
-rw-r--r-- | backends/PalmOS/Src/arm/copy_rect.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/arm/copy_rect.h b/backends/PalmOS/Src/arm/copy_rect.h new file mode 100644 index 0000000000..b869e64368 --- /dev/null +++ b/backends/PalmOS/Src/arm/copy_rect.h @@ -0,0 +1,11 @@ +#ifndef __WIDE_LS_H__ +#define __WIDE_LS_H__ + +#include <PalmOS.h> + +#define COMPILE_OCOPYRECT +#define COMPILE_PACE + +void O_CopyRectToScreen(void *userData68KP); + +#endif
\ No newline at end of file |