mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +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
|