Mercurial > hg > Game > Cerium
view example/HelloWorld/spe/Hello.h @ 426:69e32bb76373 draft
minor fix.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Sep 2009 17:44:30 +0900 |
parents | 028ffc9c0375 |
children | 839e34d0cc3c |
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