Tom Joseph | e088bf0 | 2017-04-03 02:07:06 +0530 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | namespace sol | ||||
4 | { | ||||
5 | |||||
6 | namespace command | ||||
7 | { | ||||
8 | |||||
9 | /** @brief Register SOL commands to the Command Table */ | ||||
10 | void registerCommands(); | ||||
11 | |||||
12 | } // namespace command | ||||
13 | |||||
14 | } // namespace sol |