summaryrefslogtreecommitdiffstats
path: root/sol_module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sol_module.hpp')
-rw-r--r--sol_module.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/sol_module.hpp b/sol_module.hpp
new file mode 100644
index 0000000..f1a4beb
--- /dev/null
+++ b/sol_module.hpp
@@ -0,0 +1,14 @@
+#pragma once
+
+namespace sol
+{
+
+namespace command
+{
+
+/** @brief Register SOL commands to the Command Table */
+void registerCommands();
+
+} // namespace command
+
+} // namespace sol
OpenPOWER on IntegriCloud