view Renderer/Test/ieshoot.h @ 1021:f8e9c985e2a8

use MailManager
author yutaka@localhost.localdomain
date Sun, 07 Nov 2010 22:10:29 +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);
};