raze-gles/source/core/automap.h

17 lines
338 B
C
Raw Normal View History

2020-09-06 10:44:58 +00:00
#pragma once
#include "tarray.h"
#include "build.h"
extern bool automapping;
extern bool gFullMap;
extern FixedBitArray<MAXSECTORS> show2dsector;
extern FixedBitArray<MAXWALLS> show2dwall;
extern FixedBitArray<MAXSPRITES> show2dsprite;
void ClearAutomap();
void MarkSectorSeen(int sect);
void DrawOverheadMap(int x, int y, int ang);