Mercurial > hg > Game > Cerium
view Renderer/Test/send_linda.h @ 674:07351a5a51c9 draft
fix many task example (sort).
Dummy task is now system supported.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Dec 2009 00:54:10 +0900 |
parents | 7761ebf9c62a |
children | 91e2c96be77b |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class send_linda : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); MainLoopPtr init_only_sg(SgChange *sgroot, int screen_w, int screen_h); };