mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
* 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.
24 lines
431 B
C
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
|