view Renderer/Test/panel.h @ 680:4f7512038ced draft

Test/SgRootChange not work
author hiroki@localhost.localdomain
date Tue, 08 Dec 2009 16:48:01 +0900
parents 7a311860a76e
children 91e2c96be77b
line wrap: on
line source

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

class panel : public Application {

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