17 lines
380 B
C++
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'.
|