Mercurial > hg > Game > Cerium
annotate example/basic/spe/Twice.h @ 1002:ceca625af064 draft
many changes.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 24 Oct 2010 19:00:47 +0900 |
parents | 839e34d0cc3c |
children |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_TASK_HELLO |
2 #define INCLUDED_TASK_HELLO | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
467
839e34d0cc3c
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
109
diff
changeset
|
7 /* |
109 | 8 class Twice : public SchedTask { |
9 public: | |
10 SchedConstructor(Twice); | |
11 | |
12 int run(void *r, void *w); | |
13 }; | |
467
839e34d0cc3c
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
109
diff
changeset
|
14 */ |
109 | 15 |
16 #endif |