Mercurial > hg > old > magoroku_racing
view gFont.h @ 122:5219bf3d5e71
title_draw
author | e085768 |
---|---|
date | Mon, 27 Jun 2011 19:44:46 +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();