Mercurial > hg > Game > Cerium
annotate Renderer/Engine/task/Move.cc @ 898:302ebfc75a79 draft
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Jul 2010 19:00:49 +0900 |
parents | 3bc98f6d31ff |
children |
rev | line source |
---|---|
539 | 1 #include <stdlib.h> |
2 #include <string.h> | |
3 #include "Move.h" | |
4 #include "viewer_types.h" | |
5 | |
6 SchedDefineTask(Move); | |
7 | |
8 static int | |
9 run(SchedTask *s,void *rbuf, void *wbuf) | |
10 { | |
11 //sgroot->updateControllerState(); | |
12 //sgroot->speExecute(width, height); | |
13 | |
14 return 0; | |
15 } |