Mercurial > hg > Game > Cerium
view Renderer/Test/init_position.h @ 776:922c0133c61c draft
heap corruption in TaskArray1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Mar 2010 10:12:49 +0900 |
parents | 764772be1e3c |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class position : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };