scene.h
Go to the documentation of this file.00001
#ifndef SCENE_H
00002
#define SCENE_H
00003
00004 class Scene
00005 {
00006
public:
00008
static void Init();
00009
00010
static void SetDelay(
int d);
00011
static void Delay();
00012
private:
00013
static int delay;
00014 };
00015
00016
#endif
Generated on Sun Mar 20 12:22:07 2005 for The Grid by
1.3.8