/*============================================================================*/
/*
	ww_util.h

	WonderWitchユーティリティ

	Version		Date			Design		Comment
	--------------------------------------------------------------------
	1.00		2000/08/22		Bonz

*/
/*============================================================================*/
#ifndef _WW_UTIL_H_
#define _WW_UTIL_H_

/*==============================================================================
//	INCLUDE
//============================================================================*/

/*==============================================================================
//	DEFINE
//============================================================================*/

/*==============================================================================
//	TYPE DEFINE
//============================================================================*/

/*==============================================================================
//	ENUM
//============================================================================*/

/*==============================================================================
//	RESOURCE
//============================================================================*/

/*==============================================================================
//	GLOBAL
//============================================================================*/

/*==============================================================================
//	PROTTYPE
//============================================================================*/
void WWSYS_SetDefPalette(void);
void WWSYS_InitText(int, int, int, int, int, int, int, int);
void WWSYS_InitScreen(unsigned short, unsigned short, unsigned short);
void WWSYS_InitCamera(int, int, int, int);

/*==============================================================================
//	FUNCTION
//============================================================================*/
#endif
