#ifndef __LUA_PLUGIN_H__ #define __LUA_PLUGIN_H__ #include #include #include void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException); void LuaLoadPlugin(Handle * h, Lua * L) throw (GeneralException); #endif