1 2 3 4 5 6 7 8
#ifndef __AE_LUAX_H__ #define __AE_LUAX_H__ #include "Lua51/lua.h" #include "Lua51/lauxlib.h" #include "Luax/luax.h" #endif