#ifndef	_APL_H
#define	_APL_H

#define	APL_WRITEPAGE	(0)

/*	"aplmenu.h"	*/
#define	APLMA_TYP_OFF	(0)	/* 登録なし			*/
#define	APLMA_TYP_IAP	(2)	/* 内蔵アプリ		*/
#define	APLMA_TYP_CCI	(3)	/* CCI 作成アプリ	*/
#define	APLMA_TYP_DOS	(4)	/* DOS コマンド		*/

#ifndef	_APLMSG_H
#	include	"aplmsg.h"
#endif

#ifndef	_APLCTRL_H
#	include	"aplctrl.h"
#endif
#ifndef	_APLPCL_H
#	include	"aplpcl.h"
#endif

#ifndef	_APLWALL_H
#	include	"aplwall.h"
#endif

#endif
