Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/spe/InitKey.cc @ 760:24a37fe8419a
first of all commit, not work Rendering/Test/create_task
author | hiroki |
---|---|
date | Thu, 04 Feb 2010 14:46:09 +0900 |
parents | 735f76483bb2 |
children | 496a8159e840 |
line wrap: on
line source
#include <stdlib.h> #include <string.h> #include "InitKey.h" #include "Func.h" #include "global_alloc.h" #include "KeyStat.h" SchedDefineTask(InitKey); static int run(SchedTask *smanager, void *rbuf , void *wbuf) { /*void *key = */ smanager->global_alloc(KEY_STATUS, sizeof(key_stat)); return 0; }