summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/LuaBindInternal.h
blob: 99f45d031352b6e557f2ca88933860cd2d0eb04f (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