mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Added a header guard for luasocket's lua.h wrapper
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef LUA_WRAP_H
|
||||||
|
#define LUA_WRAP_H
|
||||||
|
|
||||||
#define LUA_COMPAT_ALL
|
#define LUA_COMPAT_ALL
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
#include <lualib.h>
|
#include <lualib.h>
|
||||||
@@ -10,3 +13,5 @@
|
|||||||
|
|
||||||
extern int luax_typerror(lua_State *L, int narg, const char *type);
|
extern int luax_typerror(lua_State *L, int narg, const char *type);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // LUA_WRAP_H
|
||||||
|
|||||||
Reference in New Issue
Block a user