Mercurial > hg > Game > Cerium
annotate Renderer/Engine/spe/InitKey.cc @ 539:3bc98f6d31ff draft
Reorganization..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 09:39:35 +0900 |
parents | |
children | eb6add789a24 |
rev | line source |
---|---|
539 | 1 #include <stdlib.h> |
2 #include <string.h> | |
3 #include "InitKey.h" | |
4 #include "Func.h" | |
5 #include "global_alloc.h" | |
6 #include "KeyStat.h" | |
7 | |
8 SchedDefineTask(InitKey); | |
9 | |
10 static int | |
11 run(SchedTask *smanager, void *rbuf , void *wbuf) | |
12 { | |
13 | |
14 /*void *key = */ smanager->global_alloc(KEY_STATUS, sizeof(key_stat)); | |
15 | |
16 return 0; | |
17 } |