view Renderer/Test/viewer.h @ 990:30f2e77ecb36

merge
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 01 Oct 2010 04:43:02 +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 viewer : public Application {

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