11 lines
144 B
C++
11 lines
144 B
C++
#ifndef _COMMANDS_CLOCK_H_
|
|
#define _COMMANDS_CLOCK_H_
|
|
|
|
namespace clock_commands
|
|
{
|
|
void SetupScriptCommands();
|
|
}
|
|
|
|
#endif // _COMMANDS_CLOCK_H_
|
|
|