mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 18:01:17 +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
|