Files
GTASource/game/script/commands_script.h

10 lines
130 B
C
Raw Permalink Normal View History

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