#ifndef _NEKO_VIEW_H
#define _NEKO_VIEW_H


#define PALETTE_NO0			0x0000
#define PALETTE_NO1			0x0200
#define PALETTE_NO2			0x0400
#define PALETTE_NO3			0x0600
#define PALETTE_NO4			0x0800
#define PALETTE_NO5			0x0A00
#define PALETTE_NO6			0x0C00
#define PALETTE_NO7			0x0E00
#define PALETTE_NO8			0x1000
#define PALETTE_NO9			0x1200
#define PALETTE_NO10		0x1400
#define PALETTE_NO11		0x1600
#define PALETTE_NO12		0x1800
#define PALETTE_NO13		0x1A00
#define PALETTE_NO14		0x1C00
#define PALETTE_NO15		0x1E00

#define CLEAR_PALETTE		PALETTE_NO4
#define	NEKO_COLOR			PALETTE_NO3
#define	MAIN_COLOR			PALETTE_NO0

#define TAB_NUM						4

#define	MAX_CHAR_NUM_OF_ONELINE		28
#define	MAX_LINE_NUM				18

#define CHAR_NUM_OF_ONELINE			27
#define LINE_NUM					10


#define	SELECT_FILE		1
#define	SELECT_TRANS	2
#define	SELECT_END		3

#endif
