view Renderer/Test/untitled.h @ 720:dac59b74e02a

Cell fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 10:43:19 +0900
parents d0b8860c17f8
children 4dc02d3e98bb
line wrap: on
line source

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

class untitled : public Application {

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