annotate Renderer/Engine/spe/DataLoad.h @ 898:302ebfc75a79 draft

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 19:00:49 +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_LOAD
1afbdead7891 add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
2 #define INCLUDED_TASK_LOAD
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