diff ppe/chara_state6.h @ 20:6487f54ba3d1

add new file.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 26 Dec 2010 19:00:01 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ppe/chara_state6.h	Sun Dec 26 19:00:01 2010 +0900
@@ -0,0 +1,12 @@
+#ifndef INCLUDE_COLLISION
+#define INCLUDE_COLLISION
+
+#ifndef INCLUDE_FUNC
+#include "../Func.h"
+#endif
+
+#ifndef INCLUDED_SCHED_TASK
+#include "SchedTask.h"
+#endif
+
+#endif