view Renderer/Test/ieshoot.h @ 1110:3c2c445be6ba draft

warning fix.
author tkaito@charles
date Sat, 15 Jan 2011 22:30:35 +0900
parents 91e2c96be77b
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);
};