/*============================================================================
	アクションゲーム タイトル画面ヘッダファイル Title.h
------------------------------------------------------------------------------
												Programmed by Keiichi.Tago.
============================================================================*/

/* -------------------- 2 重定義防止 */
#if !defined WSTITLE
#define WSTITLE 1

/* -------------------- 定数定義 */
#define MENU_MAX 2

/* -------------------- ヘッダファイル登録 */
#include <sys/fcntl.h>
#include <sys/disp.h>
#include <sys/bios.h>
#include <stdio.h>
#include <stdlib.h>
#include "wsBg.h"
#include "wsPalet.h"
#include "wsSound.h"
#include "Define.h"
#include "System.h"

/* -------------------- 関数デフォルト定義 */
void Title( void );
void TitleMenu( void );

/* -------------------- 2 重定義防止 */
#endif
