view gFont.h @ 139:00d7de7fe9df default tip

fix collision
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 21 Jul 2011 22:49:57 +0900
parents e5f2eb98b575
children
line wrap: on
line source

/* gFont.h */

// extern 消してみた:miya
void gFont_Draw_Reset();
void gFont_SetString(const char *str, int x, int y);
void gFont_SetStringInt(int str, int x, int y);
void gFont_Init();
void gFont_SetFont_OP();
void gFont_SetFont_SelCar();
void gFont_SetFont_SelCourse();
void gFont_SetFont_Ready();