#include "globals.h"

int				XRES = 640, YRES = 480;
int				oldXRES, oldYRES;

HDC				hDC;
HDC				hDCFrontBuffer;
HGLRC			hGLRC;

int				demostate = 0, part = 0;
unsigned int	TID_TEXT, TID_LOGO, TID_ATG[9], TID_PLASTIK, TID2_ATG[4], TID_RAVEN;

bool			fullscreen = false;

GLfloat			fov = 100.0;
Camera			cam;

Model			*sphere, *sphere2, *esher, *cube;
Model			*terrain, *plane;
Model			*nelogomodel;

OList           templemodel;
OList           buildingmodel;

Bouncer			*b[8];

GLfloat			time;

int				order, row;
float			mtime;
