Mercurial > hg > Game > Cerium
view example/Bulk/spe/spe-main.cc @ 1095:652791a4a324 draft
remove spe function
author | yutaka@localhost.localdomain |
---|---|
date | Sat, 25 Dec 2010 18:30:17 +0900 |
parents | b2b4a1243961 |
children |
line wrap: on
line source
#include "Func.h" #include "SchedTask.h" SchedExternTask(Twice); /** * この関数は SpeScheduler から呼ばれるので * 必ずこの関数名でお願いします。 */ void task_init(Scheduler *s) { SchedRegister(Twice); }