Mercurial > hg > Game > Cerium
view Renderer/Test/print_string.h @ 1702:f52904f8f03e draft
fix example.run ANY_ANY
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Oct 2013 01:38:29 +0900 |
parents | b8adf4e95e96 |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class print_string : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };