summaryrefslogtreecommitdiff
path: root/src/lua-plugin.h
diff options
context:
space:
mode:
authorpixel <pixel>2008-07-04 12:01:52 +0000
committerpixel <pixel>2008-07-04 12:01:52 +0000
commitcee868801b55aa4302c91a46df8daf38388163e7 (patch)
tree1bd77d5167f0a18ff7beb603b1b359c7b8c459b1 /src/lua-plugin.h
Adding project files.
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