Mercurial > hg > Game > Cerium
view example/add/ppe/Add.h @ 1927:4eefec26e3e2 draft
add file
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Jan 2014 07:15:07 +0900 |
parents | 096412ad80fb |
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