blob: f1a4bebe76cb6ddceb40fbb9b1d3d5594b6be73a [file] [log] [blame]
#pragma once
namespace sol
{
namespace command
{
/** @brief Register SOL commands to the Command Table */
void registerCommands();
} // namespace command
} // namespace sol