view Renderer/Test/ieshoot.h @ 580:ec9dd24c2dc8 draft

add all object in file in dynamic_create
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 24 Oct 2009 16:32:29 +0900
parents 764772be1e3c
children 7a311860a76e
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);

};