Initial Commit
This commit is contained in:
16
thirdparty/luaplus/Src/LuaPlus/LuaHelper.h
vendored
Normal file
16
thirdparty/luaplus/Src/LuaPlus/LuaHelper.h
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// This source file is part of the LuaPlus source distribution and is Copyright
|
||||
// 2001-2011 by Joshua C. Jensen (jjensen@workspacewhiz.com).
|
||||
//
|
||||
// The latest version may be obtained from http://luaplus.org/.
|
||||
//
|
||||
// The code presented in this file may be used in any environment it is
|
||||
// acceptable to use Lua.
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LUAPLUS__LUAHELPER_H
|
||||
#define LUAPLUS__LUAHELPER_H
|
||||
|
||||
#include "LuaHelper_Object.h"
|
||||
#include "LuaHelper_StackObject.h"
|
||||
|
||||
#endif // LUAPLUS__LUAHELPER_H
|
||||
Reference in New Issue
Block a user