mirror of
https://github.com/pvpgn/diablo-hellfire.git
synced 2026-08-05 16:34:31 +03:00
27 lines
895 B
C
27 lines
895 B
C
/*-----------------------------------------------------------------------**
|
|
** Diablo
|
|
**
|
|
** Constants and Variables
|
|
**
|
|
** (C)1995 Condor, Inc. All rights reserved.
|
|
**-----------------------------------------------------------------------**
|
|
** $Header: /Diablo/DOOM.H 1 1/22/97 2:06p Dgartner $
|
|
**-----------------------------------------------------------------------*/
|
|
|
|
/*-----------------------------------------------------------------------**
|
|
** externs
|
|
**-----------------------------------------------------------------------*/
|
|
|
|
extern bool drawmapofdoom;
|
|
extern int doomtime;
|
|
|
|
/*-----------------------------------------------------------------------**
|
|
** Prototypes
|
|
**-----------------------------------------------------------------------*/
|
|
|
|
void InitMapOfDoomTime();
|
|
void DoMapOfDoomTime();
|
|
void InitMapOfDoomView();
|
|
void EndMapOfDoomView();
|
|
void DrawMapOfDoom();
|