annotate Func.h @ 27:34fde39c0a31

commit test.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 10 Dec 2010 02:57:29 +0900
parents 6bea374ee604 a131729d6e4d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
6bea374ee604 global alloc test.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
1 // Task ID
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
2 enum {
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
3 #include "SysTasks.h"
21
fd9deaa67de9 debug done.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 17
diff changeset
4 #include "RenderingTasks.h"
24
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
5 #include "game_task.h"
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
6 };
17
tkaito
parents: 6
diff changeset
7
26
6bea374ee604 global alloc test.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
8 // global alloc ID
24
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
9 enum {
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
10 #include "RenderingGlobal.h"
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
11 #include "global_alloc.h"
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
12 #include "KeyID.h"
a131729d6e4d not working.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 21
diff changeset
13 #include "global_id.h"
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
14 };