Mercurial > hg > Game > Cerium
view example/get_segment/spe/Hello.h @ 425:cebb48da955e draft
add code load API
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Sep 2009 17:18:53 +0900 |
parents | cfd20d609ace |
children | 0d64bdb63005 |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class Hello : public SchedTask { public: SchedConstructor(Hello); int run(SchedTask *smanager, void *r, void *w); }; #endif