Mercurial > hg > Game > Cerium
view Renderer/Test/create_task.h @ 1970:e211424ac950 draft
merge
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 25 Feb 2014 13:43:45 +0900 |
parents | 2aa6e7150588 |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" #include "viewer.h" typedef struct { float xyz[3]; // 12 byte const char *name; } *PropertyPtr, Property; class create_task : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };