view gFont.h @ 134:42337585fb7c

fix merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 22 Jul 2011 18:32:39 +0900
parents 4f50f5a3b363
children
line wrap: on
line source

/* gFont.h */

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();