Files
source/Tactical/merc entering.h
T

19 lines
249 B
C

#ifndef _MERC_ENTRING_H
#define _MERC_ENTRING_H
void ResetHeliSeats( );
void AddMercToHeli( UINT8 ubID );
void StartHelicopterRun( INT16 sGridNoSweetSpot );
void HandleHeliDrop( );
extern BOOLEAN gfIngagedInDrop;
#endif