annotate Renderer/Engine/spe/DataUpdate.h @ 882:1cb89ec2e796 draft

SceneGraphRoot::set_move_task add.
author tkaito
date Mon, 12 Jul 2010 04:02:14 +0900
parents 1afbdead7891
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
678
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
1 #ifndef INCLUDED_TASK_DATAUPDATE
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
2 #define INCLUDED_TASK_DATAUPDATE
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
3
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
4 #ifndef INCLUDED_SCHED_TASK
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
5 # include "SchedTask.h"
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
6 #endif
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
7
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
8
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
9 #endif