diff options
author | chai <chaifix@163.com> | 2018-05-21 16:02:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-21 16:02:00 +0800 |
commit | fa234f9663b992cf50bcf865a1cde6845b42193c (patch) | |
tree | 34ecd41b60ef48c960a79a4077e5e0c8536102fd /src/3rdparty/luax/luax.h | |
parent | 51ba9cb2a6b0b9395a2912eadeb954c95e4c1d3c (diff) |
修改audio模块
Diffstat (limited to 'src/3rdparty/luax/luax.h')
-rw-r--r-- | src/3rdparty/luax/luax.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/3rdparty/luax/luax.h b/src/3rdparty/luax/luax.h index b5ef0f4..d3047b9 100644 --- a/src/3rdparty/luax/luax.h +++ b/src/3rdparty/luax/luax.h @@ -18,14 +18,14 @@ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - +/** +* include following 3 files before this +* lua.h +* lauxlib.h +* lualib.h +*/ #ifndef __LUAX_H #define __LUAX_H - -#include "3rdparty/lua51/lua.h" -#include "3rdparty/lua51/lauxlib.h" -#include "3rdparty/lua51/lualib.h" - // only for lua 5.1 #if LUA_VERSION_NUM == 501 @@ -331,4 +331,5 @@ inline int luax_register_searcher(lua_State * L, lua_CFunction f, int pos) } #endif -#endif + +#endif
\ No newline at end of file |