view dandy.h @ 2:69b4108bf4e8

refact few
author tkaito
date Sun, 06 Jun 2010 03:22:11 +0900
parents
children dca6d5d2ef46
line wrap: on
line source

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


class dandy : public Application {

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

};

extern void title_collision(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree);
extern void gameover_scene(void *sgroot_, int w, int h);
extern void create_object(void *sgroot_, int w, int h);