Mercurial > hg > Game > Cerium
view TaskManager/kernel/sys_task/Start.cc @ 915:aa9728394194 draft
create_polygon_task ..not worked yet.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 23 Jul 2010 18:05:40 +0900 |
parents | 62e570ac5db2 |
children |
line wrap: on
line source
#include "Start.h" #include "SysFunc.h" #include "Scheduler.h" SchedDefineTask(StartTask); static int run(SchedTask *s,void *rbuf, void *wbuf) { return 0; }