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

17 lines
380 B
C++

#ifndef SCRIPT_COMMANDS_LAW_H
#define SCRIPT_COMMANDS_LAW_H
//-----------------------------------------------------------------------------
namespace law_commands
{
void SetupScriptCommands();
} // namespace law_commands
//-----------------------------------------------------------------------------
#endif // SCRIPT_COMMANDS_LAW_H
// End of file 'script/commands_law.h'.