view Renderer/Test/viewer.h @ 766:3541fe06be2b draft

add spe/univers_move
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Sat, 13 Feb 2010 17:33:38 +0900
parents 18d31d18a6b2
children
line wrap: on
line source

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

class viewer : public Application {

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