summaryrefslogtreecommitdiffstats
path: root/sol_module.hpp
blob: f1a4bebe76cb6ddceb40fbb9b1d3d5594b6be73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

namespace sol
{

namespace command
{

/** @brief Register SOL commands to the Command Table */
void registerCommands();

} // namespace command

} // namespace sol
OpenPOWER on IntegriCloud