/******************************************************************************

		WAVE RACE 64

		File		: enssfont.c
		Description	: endo's rsp static segment for font
		Date		: 1996
		Author		: T.Endo

******************************************************************************/
#include <ultra64.h>

/******************************************************************************
	textures
******************************************************************************/

/*---------------------------------------------------------------------------*/
/* font */

#include "endata/font/tx_letter.h"

#define JAPAN   0
#define CHINA   1


#if LOCALE==CHINA
#include "endata/font/zh/tx_miss_mark.h"
#include "endata/font/zh/tx_power_mark.h"
#include "endata/font/zh/tx_lap.h"
#include "endata/font/zh/tx_sc_time_mark.c"
#include "endata/font/zh/tx_speed_km.h"
#include "endata/font/zh/tx_miss_msg.c"
#include "endata/font/zh/tx_speed.h"
#include "endata/font/zh/tx_rank.h"
#else
#include "endata/font/tx_miss_mark.h"
#include "endata/font/tx_power_mark.h"
#include "endata/font/tx_lap.h"
#include "endata/font/tx_sc_time_mark.c"
#include "endata/font/tx_speed_km.h"
#include "endata/font/tx_miss_msg.c"
#include "endata/font/tx_speed.h"
#include "endata/font/tx_rank.h"
#endif
#include "endata/font/tx_arrow_up.c"
#include "endata/font/tx_power.h"
#include "endata/font/tx_buoy_mark1.h"
#include "endata/font/tx_buoy_mark2.h"


/*#include "endata/font/tx_lap_rank.c"	*/

#if LOCALE==CHINA
#include "endata/font/tx_main_font_zh.h"
#else
#include "endata/font/tx_main_font.h"
#endif

#include "endata/font/tx_small_font.h"
#if LOCALE==CHINA
#include "endata/font/tx_select_font_zh.h"
#else
#include "endata/font/tx_select_font.h"
#endif
#include "endata/font/tx_middle_font.h"
/*#include "endata/font/tx_rank_font.h"	*/
#include "endata/font/tx_speed_font.h"

#include "endata/font/tx_face_back1.c"
#include "endata/font/tx_face_back2.c"
#include "endata/font/tx_face_back3.c"
#include "endata/font/tx_face_back4.c"
#if LOCALE==CHINA
#include "endata/font/zh/tx_face_back_bt.c"
#else
#include "endata/font/tx_face_back_bt.c"
#endif
#include "endata/font/tx_face_1_1p.c"
#include "endata/font/tx_face_1_2p.c"
#include "endata/font/tx_face_2_1p.c"
#include "endata/font/tx_face_2_2p.c"
#include "endata/font/tx_face_3_1p.c"
#include "endata/font/tx_face_3_2p.c"
#include "endata/font/tx_face_4_1p.c"
#include "endata/font/tx_face_4_2p.c"
#include "endata/font/tx_head_rank.c"
#include "endata/font/tx_back_enemy.c"


#if LOCALE==CHINA
#include "endata/font/zh/tx_p_up_msg.c"
#include "endata/font/zh/tx_p_down_msg.c"
#include "endata/font/zh/tx_maxpower.c"
#else
#include "endata/font/tx_p_up_msg.c"
#include "endata/font/tx_p_down_msg.c"
#include "endata/font/tx_maxpower.c"
#endif
