diff options
Diffstat (limited to 'src/Plugin.hpp')
-rw-r--r-- | src/Plugin.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Plugin.hpp b/src/Plugin.hpp index a5f75e1..3b61011 100644 --- a/src/Plugin.hpp +++ b/src/Plugin.hpp @@ -5,7 +5,9 @@ namespace PluginSystem { void Init(); - void Execute(const std::string &luaCode); + void Execute(const std::string &luaCode, bool except = false); void CallOnChangeState(std::string newState); + + void CallOnTick(double deltaTime); }
\ No newline at end of file |