annotate example/cube/CubeTask.h @ 0:df32980116bd

Initial revision
author gongo
date Sat, 02 Feb 2008 19:15:39 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
df32980116bd Initial revision
gongo
parents:
diff changeset
1 class CubeTask : Task {
df32980116bd Initial revision
gongo
parents:
diff changeset
2 void update(CubeDataPack *input, CubeDataPack *output);
df32980116bd Initial revision
gongo
parents:
diff changeset
3
df32980116bd Initial revision
gongo
parents:
diff changeset
4 };