Mercurial > hg > Members > kono > Cerium
comparison Renderer/Test/universe.h @ 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 |
---|---|
5 #include "MainLoop.h" | 5 #include "MainLoop.h" |
6 | 6 |
7 class universe : public Application { | 7 class universe : public Application { |
8 | 8 |
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | 9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); |
10 MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h); | |
11 }; | 10 }; |
12 | 11 |