diff title_scene.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 6910aeb52843
children
line wrap: on
line diff
--- a/title_scene.h	Thu May 26 18:13:40 2011 +0900
+++ b/title_scene.h	Thu Jun 02 14:56:11 2011 +0900
@@ -1,6 +1,4 @@
-/*
- * $Id$
-*/
-extern int title_scene();
-extern void title_finish_call();
-extern void title_init_call();
+/* title_scene.h */
+int title_scene();
+void title_finish_call();
+void title_init_call();