annotate Renderer/Engine/spe/DataLoad.h @ 818:19c6cdeb23d6

too few template-parameter-lists
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 23 May 2010 10:55:25 +0900
parents 72d8bd31fc8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
686
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
1 #ifndef INCLUDED_TASK_LOAD
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
2 #define INCLUDED_TASK_LOAD
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
3
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
4 #ifndef INCLUDED_SCHED_TASK
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
5 # include "SchedTask.h"
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
6 #endif
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
7
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
8
72d8bd31fc8c add spe/DataLoad spe/DataUpdate
hiroki@localhost.localdomain
parents:
diff changeset
9 #endif