Mercurial > hg > Members > kono > Cerium
diff Renderer/Engine/task/Move.cc @ 507:735f76483bb2
Reorganization..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 09:39:35 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Renderer/Engine/task/Move.cc Mon Oct 12 09:39:35 2009 +0900 @@ -0,0 +1,15 @@ +#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; +}