Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/task/InitKey.cc @ 884:7c5a30983efa
obj_move fix
author | tkaito |
---|---|
date | Mon, 12 Jul 2010 04:12:13 +0900 |
parents | 496a8159e840 |
children |
line wrap: on
line source
#include <stdlib.h> #include <string.h> #include "InitKey.h" #include "Func.h" #include "KeyStat.h" SchedDefineTask(InitKey); static int run(SchedTask *smanager, void *rbuf , void *wbuf) { smanager->global_alloc(KEY_STATUS, sizeof(key_stat)); return 0; }