1 2 3 4 5 6 7 8 9 10 11
#ifndef __LUAXML_H__ #define __LUAXML_H__ #include <Exceptions.h> #include <BLua.h> #include <lualib.h> int luaopen_xml(Lua *L); #endif