Mercurial > hg > Game > Cerium
view Renderer/Engine/task/Move.cc @ 839:1001c4bea1a0 draft
if unnecessary
author | Yutaka_Kinjyo |
---|---|
date | Fri, 28 May 2010 03:24:52 +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; }