//**************************************************************
//
//						BgDat.h
//
//**************************************************************

//--------------------------------------------------------------
#ifndef	BGDAT_H_INCLUDED
#define	BGDAT_H_INCLUDED

//--------------------------------------------------------------------------------
#define		BSCR_TYPE_X		1	//管理に注意（= XSCROLL）
#define		BSCR_TYPE_A		2	//管理に注意（= ASCROLL）

#define		BSCR_NOBI_L		0	//
#define		BSCR_NOBI_R		1	//
#define		BSCR_NOBI_U		2	//
#define		BSCR_NOBI_D		3	//

#endif
//**************************************************************
//end
