[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src i_zodiac.cpp,NONE,1.1 i_zodiac.h,NONE,1.1

Chris Apers chrilith at users.sourceforge.net
Thu Feb 5 06:03:05 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18110

Added Files:
	i_zodiac.cpp i_zodiac.h 
Log Message:
Prepare Zodiac wide display support

--- NEW FILE: i_zodiac.cpp ---
#include <PalmOS.h>
#include "extend.h"

#ifndef DISABLE_TAPWAVE
// Tapwave code will come here
#endif

--- NEW FILE: i_zodiac.h ---
#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




More information about the Scummvm-git-logs mailing list