Mercurial > hg > Game > Cerium
view example/Bulk/spe/Twice.h @ 1592:afcb4a3f3526 draft
merge
author | Masa <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 01 Apr 2013 18:00:35 +0900 |
parents | c7199f162b64 |
children |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif /* class Twice : public SchedTask { public: SchedConstructor(Twice); int run(void *r, void *w); }; */ #endif