view Renderer/Test/panel.h @ 758:e615e552efa5

change Test/create_task
author hiroki
date Sat, 30 Jan 2010 19:33:16 +0900
parents b7376415fa5f
children
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);
};