view gFont.h @ 96:0b65ca27f113

compile on Mac OS X 2
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 02 Jun 2011 14:56:11 +0900
parents 3780d1b2943e
children e5f2eb98b575
line wrap: on
line source

/* gFont.h */

// extern 消してみた:miya
void gFont_Draw_Reset();
void gFont_SetString(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();