Mercurial > hg > Members > kono > Cerium
view Renderer/Test/untitled.h @ 1006:443c01049702
correct code.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Oct 2010 17:41:41 +0900 |
parents | 4dc02d3e98bb |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class untitled : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };