view Renderer/Test/viewer.h @ 735:716d8bd95503

fix Engin/Application.h, not work on ps3
author hiroki@localhost.localdomain
date Fri, 25 Dec 2009 20:20:40 +0900
parents d0b8860c17f8
children
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);
};