1 2 3 4 5 6 7 8
#ifndef __LOADLUALIBS_H__ #define __LOADLUALIBS_H__ #include <BLua.h> void LoadLuaLibs(Lua * L); #endif