view Renderer/Test/ieshoot.h @ 730:8bf398bf2a8a

property_test fix
author admin@yin.cr.ie.u-ryukyu.ac.jp
date Tue, 22 Dec 2009 18:16:59 +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 ieshoot : public Application {

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