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

10 lines
130 B
C++

#ifndef INC_COMMANDS_SCRIPT_H_
#define INC_COMMANDS_SCRIPT_H_
namespace script_commands
{
void SetupScriptCommands();
}
#endif