diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 09:00:38 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 09:00:38 +0200 |
commit | a9b54e9c53a22cfc90de7dc684127adba1cf32ae (patch) | |
tree | 144b916b057f48d27cf72fc746fd6785aaa22083 /src/lua-plugin.h | |
parent | 05d3449cf9f5df801a2d4783eada844303cc8745 (diff) |
Trying to add loading dlls from paq files.
Diffstat (limited to 'src/lua-plugin.h')
-rw-r--r-- | src/lua-plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua-plugin.h b/src/lua-plugin.h index dba8518..e347b6b 100644 --- a/src/lua-plugin.h +++ b/src/lua-plugin.h @@ -3,7 +3,9 @@ #include <BLua.h> #include <Exceptions.h> +#include <Handle.h> void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException); +void LuaLoadPlugin(Handle * h, Lua * L) throw (GeneralException); #endif |