Mercurial > hg > Game > Cerium
view Renderer/Engine/task/Switch.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 "Switch.h" #include "viewer_types.h" #include "SceneGraphRoot.h" SchedDefineTask(Switch); static int run(SchedTask *s,void *rbuf, void *wbuf) { // 配列にする // SceneGraphRootPtr tmp = sgroot; // sgroot = sgroot_2; // sgroot_2 = tmp; return 0; }