view Renderer/Test/init_position.h @ 975:4b59f003e3ce

player is center in camera
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 01 Oct 2010 19:26:10 +0900
parents ec72b601b71f
children
line wrap: on
line source

#include <math.h>
#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"

class position : public Application {

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

};