view walkprog/walk.h @ 4:09bd55f57f9c

add walkprog
author tokumoritaichirou@w-133-13-242-89.cc.u-ryukyu.ac.jp
date Thu, 10 Dec 2009 15:15:26 +0900
parents
children
line wrap: on
line source

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

class walk : public Application {

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