Mercurial > hg > Members > tkaito > task_dandy
annotate Func.h @ 6:661ec1e92042
set_game_task move to API(SceneGrapRoot).
author | tkaito |
---|---|
date | Sun, 27 Jun 2010 22:58:57 +0900 |
parents | 7dc2d920fc7c |
children | bed43801fd01 |
rev | line source |
---|---|
0 | 1 enum { |
2 #include "SysTasks.h" | |
1
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
3 TITLE_MOVE, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
4 TITLE_COLL, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
5 MOVE_00, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
6 MOVE_01, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
7 MOVE_02, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
8 MOVE_03, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
9 MOVE_04, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
10 MOVE_05, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
11 MOVE_06, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
12 MOVE_07, |
7dc2d920fc7c
local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents:
0
diff
changeset
|
13 MOVE_08, |
0 | 14 }; |
15 |