Mercurial > hg > Game > Cerium
view TaskManager/kernel/sys_task/Finish.cc @ 296:8a7b8ae21d60 draft
add BlenderScript/create_mesh.py
author | aaa |
---|---|
date | Sat, 06 Jun 2009 01:53:29 +0900 |
parents | 028ffc9c0375 |
children | 60f44d3ea452 |
line wrap: on
line source
#include "Finish.h" #include "SysTask.h" SchedDefineTask(Finish); int Finish::run(void *rbuf, void *wbuf) { return 0; }