Mercurial > hg > Game > Cerium
comparison example/get_segment/ppe/Hello.h @ 354:cfd20d609ace draft
add example/get_segment and change spe/DrawSpan.cpp
author | koba |
---|---|
date | Wed, 15 Jul 2009 17:39:51 +0900 |
parents | |
children | cebb48da955e |
comparison
equal
deleted
inserted
replaced
284:fbc78e36398b | 354:cfd20d609ace |
---|---|
1 #ifndef INCLUDED_TASK_HELLO | |
2 #define INCLUDED_TASK_HELLO | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
8 class Hello : public SchedTask { | |
9 public: | |
10 SchedConstructor(Hello); | |
11 | |
12 int run(void *r, void *w); | |
13 }; | |
14 | |
15 #endif |