From a2fd708de4ede7427589125e680f3fb339926f4e Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 17 Feb 2019 21:24:52 +0500 Subject: Refactored lua-api --- src/Plugin.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Plugin.hpp (limited to 'src/Plugin.hpp') diff --git a/src/Plugin.hpp b/src/Plugin.hpp new file mode 100644 index 0000000..a5f75e1 --- /dev/null +++ b/src/Plugin.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include + +namespace PluginSystem { + void Init(); + + void Execute(const std::string &luaCode); + + void CallOnChangeState(std::string newState); +} \ No newline at end of file -- cgit v1.2.3