Files
GTASource/game/script/commands_interiors.h
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

12 lines
225 B
C++

#ifndef _COMMANDS_INTERIOR_H_
#define _COMMANDS_INTERIOR_H_
namespace interior_commands
{
void SetupScriptCommands();
int GetProxyAtCoords(const scrVector & scrVecInCoors, int typeKey);
}
#endif // _COMMANDS_INTERIOR_H_