mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-02 15:38:59 +00:00
Prepare Zodiac wide display support
svn-id: r12735
This commit is contained in:
parent
2420bf2900
commit
ef1b06d8b3
6
backends/PalmOS/Src/i_zodiac.cpp
Normal file
6
backends/PalmOS/Src/i_zodiac.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include <PalmOS.h>
|
||||
#include "extend.h"
|
||||
|
||||
#ifndef DISABLE_TAPWAVE
|
||||
// Tapwave code will come here
|
||||
#endif
|
12
backends/PalmOS/Src/i_zodiac.h
Normal file
12
backends/PalmOS/Src/i_zodiac.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user