Mercurial > hg > Game > Cerium
view Renderer/Engine/task/Move.cc @ 915:aa9728394194 draft
create_polygon_task ..not worked yet.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 23 Jul 2010 18:05:40 +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; }