view dandy.h @ 3:dca6d5d2ef46

stage 1 add
author tkaito
date Sun, 06 Jun 2010 05:23:51 +0900
parents 69b4108bf4e8
children 581fa1888e2e
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);