1 2 3 4 5 6 7 8 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