view programs/walk.h @ 5:7d934035c9d6 default tip

adding request moddel's
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Wed, 27 Jan 2010 21:38:23 +0900
parents e717e593f213
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);
};