mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
e0858d501c
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
16 lines
203 B
C
16 lines
203 B
C
|
|
#ifndef __map_h__
|
|
#define __map_h__
|
|
|
|
#include "compat.h"
|
|
|
|
extern short bShowTowers;
|
|
extern int ldMapZoom;
|
|
extern int lMapZoom;
|
|
|
|
void InitMap();
|
|
void GrabMap();
|
|
void UpdateMap();
|
|
void DrawMap();
|
|
|
|
#endif
|