Mercurial > hg > Game > Cerium
view 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 |
line wrap: on
line source
#include <stdlib.h> #include <string.h> #include "Move.h" #include "viewer_types.h" SchedDefineTask(Move); static int run(SchedTask *s,void *rbuf, void *wbuf) { //sgroot->updateControllerState(); //sgroot->speExecute(width, height); return 0; }