初始化提交
This commit is contained in:
11
Plugins/slua_unreal/External/lua/lua.hpp
vendored
Normal file
11
Plugins/slua_unreal/External/lua/lua.hpp
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
// lua.hpp
|
||||
// Lua header files for C++
|
||||
// <<extern "C">> not supplied automatically because Lua also compiles as C++
|
||||
#ifndef lua_hpp
|
||||
#define lua_hpp
|
||||
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user