Mercurial > hg > old > magoroku_racing
diff gFont.h @ 100:e5f2eb98b575
change cc
author | e085768 |
---|---|
date | Thu, 02 Jun 2011 18:19:07 +0900 |
parents | 0b65ca27f113 |
children | 4f50f5a3b363 |
line wrap: on
line diff
--- a/gFont.h Thu Jun 02 17:51:41 2011 +0900 +++ b/gFont.h Thu Jun 02 18:19:07 2011 +0900 @@ -2,7 +2,7 @@ // extern 消してみた:miya void gFont_Draw_Reset(); -void gFont_SetString(char *str, int x, int y); +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();