view Renderer/Test/motion_man.h @ 1876:5e17ab506299 draft

change CPU_TYPE SPE_ANY to IO/0 ( cannot running )
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Mon, 30 Dec 2013 20:52:21 +0900
parents dd3b8f54e3e3
children
line wrap: on
line source

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

class motion_man : public Application {

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