blob: f1a4bebe76cb6ddceb40fbb9b1d3d5594b6be73a [file] [log] [blame]
Tom Josephe088bf02017-04-03 02:07:06 +05301#pragma once
2
3namespace sol
4{
5
6namespace command
7{
8
9/** @brief Register SOL commands to the Command Table */
10void registerCommands();
11
12} // namespace command
13
14} // namespace sol