Mercurial > hg > Members > kono > Cerium
view Renderer/Test/direction.h @ 796:67443b781404
ChangeLog
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 11 May 2010 17:23:37 +0900 |
parents | 4dc02d3e98bb |
children |
line wrap: on
line source
#include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class direction : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };