mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-07 09:40:43 +00:00
17 lines
207 B
C
17 lines
207 B
C
|
|
||
|
#ifndef __map_h__
|
||
|
#define __map_h__
|
||
|
|
||
|
#include "typedefs.h"
|
||
|
|
||
|
extern short bShowTowers;
|
||
|
extern long ldMapZoom;
|
||
|
extern long lMapZoom;
|
||
|
|
||
|
void InitMap();
|
||
|
void GrabMap();
|
||
|
void UpdateMap();
|
||
|
void DrawMap();
|
||
|
|
||
|
#endif
|