From a9b54e9c53a22cfc90de7dc684127adba1cf32ae Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 8 Jun 2010 09:00:38 +0200 Subject: Trying to add loading dlls from paq files. --- src/lua-plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lua-plugin.h') 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 #include +#include void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException); +void LuaLoadPlugin(Handle * h, Lua * L) throw (GeneralException); #endif -- cgit v1.2.3