Mercurial > hg > Game > Cerium
comparison example/share_task/ppe/RunFinish.h @ 467:839e34d0cc3c draft
fix all examples. test_render is not working now.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 01 Oct 2009 19:25:25 +0900 |
parents | 028ffc9c0375 |
children |
comparison
equal
deleted
inserted
replaced
466:c73aff02db67 | 467:839e34d0cc3c |
---|---|
3 | 3 |
4 #ifndef INCLUDED_SCHED_TASK | 4 #ifndef INCLUDED_SCHED_TASK |
5 # include "SchedTask.h" | 5 # include "SchedTask.h" |
6 #endif | 6 #endif |
7 | 7 |
8 class RunFinish : public SchedTask { | |
9 public: | |
10 SchedConstructor(RunFinish); | |
11 | |
12 int run(void *r, void *w); | |
13 }; | |
14 | 8 |
15 #endif | 9 #endif |