Mercurial > hg > Game > Cerium
view example/dependency_task/ppe/Exec.h @ 1020:58b284d6506f draft
create_pp_task fix. not done.
author | tkaito |
---|---|
date | Sun, 07 Nov 2010 04:24:24 +0900 |
parents | 839e34d0cc3c |
children |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif /* class Exec : public SchedTask { public: SchedConstructor(Exec); int run(void *r, void *w); }; */ #endif