10 lines
130 B
C
10 lines
130 B
C
![]() |
#ifndef INC_COMMANDS_SCRIPT_H_
|
||
|
#define INC_COMMANDS_SCRIPT_H_
|
||
|
|
||
|
namespace script_commands
|
||
|
{
|
||
|
void SetupScriptCommands();
|
||
|
}
|
||
|
|
||
|
#endif
|