Mercurial > hg > Game > Cerium
view example/HelloWorld/spe/Hello.h @ 298:768452fab95e draft
from EUC to UTF-8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 07 Jun 2009 15:17:41 +0900 |
parents | 028ffc9c0375 |
children | 69e32bb76373 |
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(void *r, void *w); }; #endif