mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-07-03 16:14:27 +08:00
10 lines
135 B
C++
10 lines
135 B
C++
// C++ wrapper for LuaJIT header files.
|
|
|
|
extern "C" {
|
|
#include "lua.h"
|
|
#include "lauxlib.h"
|
|
#include "lualib.h"
|
|
#include "luajit.h"
|
|
}
|
|
|