Files
GTASource/game/script/commands_interiors.h

12 lines
225 B
C
Raw Normal View History

2025-02-23 17:40:52 +08:00
#ifndef _COMMANDS_INTERIOR_H_
#define _COMMANDS_INTERIOR_H_
namespace interior_commands
{
void SetupScriptCommands();
int GetProxyAtCoords(const scrVector & scrVecInCoors, int typeKey);
}
#endif // _COMMANDS_INTERIOR_H_