home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Inne
/
Gry
/
Atomic_Tanks
/
Atomic-Tanks-5.1.exe
/
src
/
gameloop.h
< prev
next >
Wrap
C/C++ Source or Header
|
2010-05-28
|
295b
|
17 lines
#ifndef GAMELOOP_HEADER_FILE__
#define GAMELOOP_HEADER_FILE__
#include "globaldata.h"
#include "environment.h"
#define MAX_TEXT_BOUNCE 40
// The massive game loop, re-wrrite here for
// all sorts of reasons.
#ifdef NEW_GAMELOOP
int game(GLOBALDATA *global, ENVIRONMENT *env);
#endif
#endif