annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #ifndef INCLUDE_COLLISION
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 #define INCLUDE_COLLISION
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 #ifndef INCLUDE_FUNC
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 #include "../Func.h"
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 #endif
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 #ifndef INCLUDED_SCHED_TASK
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 #include "SchedTask.h"
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 #endif
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11
6487f54ba3d1 add new file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 #endif