Mercurial > hg > Game > Cerium
view Renderer/Test/matrix_test.h @ 1998:ed30952c240e draft
change function read() to pread() in my_read
author | masa |
---|---|
date | Tue, 22 Apr 2014 00:58:37 +0900 |
parents | 5a67df5570e8 |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class matrix_test : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };