Files
BeatAroundTheBuscherandGitHub ed00830202 Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes

types.h, zconf.h and zlib.h were renamed so that global includes like Types.h
are not used.
2025-08-16 22:01:12 -03:00

24 lines
431 B
C

#ifndef __FOV_H
#define __FOV_H
#include "Overhead.h"
void RevealRoofsAndItems(SOLDIERTYPE *pSoldier, UINT32 itemsToo, BOOLEAN fShowLocators, UINT8 ubLevel, BOOLEAN fForce );
INT32 GetFreeSlantRoof( void );
void RecountSlantRoofs( void );
void ClearSlantRoofs( void );
BOOLEAN FindSlantRoofSlot( INT32 sGridNo );
void AddSlantRoofFOVSlot( INT32 sGridNo );
void ExamineSlantRoofFOVSlots( );
#endif