Mercurial > hg > Game > Cerium
view Renderer/Test/ladybug.h @ 1479:163220e54cc0 draft
remove hard code for TaskLog
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Jul 2012 17:15:15 +0900 |
parents | 9a5e21195600 |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class ladybug : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };