summaryrefslogtreecommitdiff
path: root/Runtime/Lua/LuaBind/LuaBindInternal.h
blob: 1d4a2269b61894cda021a7c60a2d49e8682d5b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __LUA_BIND_INTERNAL_H__
#define __LUA_BIND_INTERNAL_H__

//
// 对lua源代码的深度使用
//
extern "C"
{
#include "ThirdParty/lua51/lstate.h"
}

#endif