Mercurial > hg > Game > Cerium
view example/get_segment/spe/Hello.h @ 460:433892ba596b draft
fix Scheduler.h
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 29 Sep 2009 11:51:25 +0900 |
parents | cebb48da955e |
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