2025-04-27 07:49:33 -04:00

14 lines
501 B
C

#include "loc_comn.h"
extern PLOCATION gLocationList;
extern PLOCATION gpCurrentLocation;
extern UINT gnNumLocations;
extern UINT gnCurrentLocationID;
//***************************************************************************
//***************************************************************************
//***************************************************************************
LONG PASCAL GetLocationIndexFromID( UINT nID, PLOCATION pCallersList, UINT nCallersNumLocations );