Mercurial > hg > Game > Cerium
view Renderer/Test/universe.h @ 1996:9657434c21a4 draft
change memory allocate function malloc() to manager->allocate in my_read
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 21 Apr 2014 18:49:21 +0900 |
parents | 91e2c96be77b |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class universe : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };