view Renderer/Test/viewer.h @ 610:529188ae604d

change htonl to xdr_float (checked working on mac)
author kazz@kazzone.st.ie.u-ryukyu.ac.jp
date Sun, 08 Nov 2009 03:30:06 +0900
parents f674ca0fb76d
children d0b8860c17f8
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);

};