Mercurial > hg > old > magoroku_racing.bad
comparison 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 |
comparison
equal
deleted
inserted
replaced
95:b0249b856488 | 96:0b65ca27f113 |
---|---|
1 /* | 1 /* gFont.h */ |
2 * $Id$ | 2 |
3 */ | 3 // extern 消してみた:miya |
4 extern void gFont_Draw_Reset(); | 4 void gFont_Draw_Reset(); |
5 extern void gFont_SetString(char *str, int x, int y); | 5 void gFont_SetString(char *str, int x, int y); |
6 extern void gFont_SetStringInt(int str, int x, int y); | 6 void gFont_SetStringInt(int str, int x, int y); |
7 extern void gFont_Init(); | 7 void gFont_Init(); |
8 extern void gFont_SetFont_OP(); | 8 void gFont_SetFont_OP(); |
9 extern void gFont_SetFont_SelCar(); | 9 void gFont_SetFont_SelCar(); |
10 extern void gFont_SetFont_SelCourse(); | 10 void gFont_SetFont_SelCourse(); |
11 extern void gFont_SetFont_Ready(); | 11 void gFont_SetFont_Ready(); |