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

10 lines
139 B
C++

#ifndef _COMMANDS_PATH_H_
#define _COMMANDS_PATH_H_
namespace path_commands
{
void SetupScriptCommands();
}
#endif // _COMMANDS_PATH_H_