summaryrefslogtreecommitdiff
path: root/src/lua-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua-plugin.h')
-rw-r--r--src/lua-plugin.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lua-plugin.h b/src/lua-plugin.h
new file mode 100644
index 0000000..dba8518
--- /dev/null
+++ b/src/lua-plugin.h
@@ -0,0 +1,9 @@
+#ifndef __LUA_PLUGIN_H__
+#define __LUA_PLUGIN_H__
+
+#include <BLua.h>
+#include <Exceptions.h>
+
+void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException);
+
+#endif