view Renderer/Test/print_string.h @ 2046:476fc75a5e17 draft

remove redundant task
author masa
date Wed, 27 Jan 2016 18:55:25 +0900
parents b8adf4e95e96
children
line wrap: on
line source

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

class print_string : public Application {

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