Mercurial > hg > Members > kono > Cerium
view Renderer/Test/create_task.h @ 758:e615e552efa5
change Test/create_task
author | hiroki |
---|---|
date | Sat, 30 Jan 2010 19:33:16 +0900 |
parents | 5238f3e854fc |
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); };