Mercurial > hg > Game > Cerium
annotate example/mainMem/spe/Hello.h @ 1786:ba6ffc679a8f draft
minor fix
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 30 Nov 2013 21:06:44 +0900 |
parents | 839e34d0cc3c |
children |
rev | line source |
---|---|
312 | 1 #ifndef INCLUDED_TASK_HELLO |
2 #define INCLUDED_TASK_HELLO | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
467
839e34d0cc3c
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
312
diff
changeset
|
8 /* |
312 | 9 class Hello : public SchedTask { |
10 public: | |
11 SchedConstructor(Hello); | |
12 | |
13 int run(void *r, void *w); | |
14 }; | |
467
839e34d0cc3c
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
312
diff
changeset
|
15 */ |
312 | 16 |
17 #endif |