From cee868801b55aa4302c91a46df8daf38388163e7 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 4 Jul 2008 12:01:52 +0000 Subject: Adding project files. --- src/lua-plugin.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/lua-plugin.h (limited to 'src/lua-plugin.h') 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 +#include + +void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException); + +#endif -- cgit v1.2.3