view gFont.h @ 115:31dd5c07f7c1

class OBJECT:SceanGraph
author e085768
date Wed, 15 Jun 2011 23:31:59 +0900
parents e5f2eb98b575
children 4f50f5a3b363
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();