comparison Renderer/Test/direction.cc @ 748:b7376415fa5f

TaskManager changeset 683, Renderer changeset 746
author hiroki
date Mon, 25 Jan 2010 18:01:19 +0900
parents d0b8860c17f8
children
comparison
equal deleted inserted replaced
677:fd3492a767c7 748:b7376415fa5f
93 93
94 sgroot->setSceneData(back); 94 sgroot->setSceneData(back);
95 return sgroot; 95 return sgroot;
96 } 96 }
97 97
98 MainLoopPtr
99 direction::init_only_sg(SgChange *sgroot, int screen_w, int screen_h)
100 {
101 return sgroot;
102 }
103
104 extern Application * 98 extern Application *
105 application() { 99 application() {
106 return new direction(); 100 return new direction();
107 } 101 }
108 102