diff 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
line wrap: on
line diff
--- a/gFont.h	Thu May 26 18:13:40 2011 +0900
+++ b/gFont.h	Thu Jun 02 14:56:11 2011 +0900
@@ -1,11 +1,11 @@
-/*
- * $Id$
- */
-extern void gFont_Draw_Reset();
-extern void gFont_SetString(char *str, int x, int y);
-extern void gFont_SetStringInt(int str, int x, int y);
-extern void gFont_Init();
-extern void gFont_SetFont_OP();
-extern void gFont_SetFont_SelCar();
-extern void gFont_SetFont_SelCourse();
-extern void gFont_SetFont_Ready();
+/* gFont.h */
+
+// extern 消してみた:miya
+void gFont_Draw_Reset();
+void gFont_SetString(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();