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