view Renderer/Test/universe.h @ 847:8c78d15ea999

replace rd() to wait_rd(). and if reply of wait_rd() is NULL, client request one more rd(). for wait_rd() cannot get last changed tuple.
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sat, 05 Jun 2010 21:23:25 +0900
parents 4dc02d3e98bb
children
line wrap: on
line source

#include <math.h>
#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"

class universe : public Application {

    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
};