Files
GTASource/game/script/commands_path.h

10 lines
139 B
C
Raw Permalink Normal View History

2025-02-23 17:40:52 +08:00
#ifndef _COMMANDS_PATH_H_
#define _COMMANDS_PATH_H_
namespace path_commands
{
void SetupScriptCommands();
}
#endif // _COMMANDS_PATH_H_