diff ppe/Atari.h @ 19:00c3272a801f

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 26 Dec 2010 18:57:08 +0900
parents 6382d8f6a973
children
line wrap: on
line diff
--- a/ppe/Atari.h	Fri Dec 17 22:18:11 2010 +0900
+++ b/ppe/Atari.h	Sun Dec 26 18:57:08 2010 +0900
@@ -1,6 +1,10 @@
 #ifndef INCLUDE_COLLISION
 #define INCLUDE_COLLISION
 
+#ifndef INCLUDE_FUNC
+#include "../Func.h"
+#endif
+
 #ifndef INCLUDED_SCHED_TASK
 #include "SchedTask.h"
 #endif