it would help if I was not blind

This commit is contained in:
ThePhD 2017-06-19 23:06:57 -04:00
parent 5468ab8b4e
commit 6b34a15d68
2 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// This file was generated with a script. // This file was generated with a script.
// Generated 2017-06-20 03:04:07.874965 UTC // Generated 2017-06-20 03:06:38.649640 UTC
// This header was generated with sol v2.17.5 (revision 5363a63) // This header was generated with sol v2.17.5 (revision 5468ab8)
// https://github.com/ThePhD/sol2 // https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_HPP #ifndef SOL_SINGLE_INCLUDE_HPP
@ -1281,7 +1281,6 @@ void *luaL_testudata(lua_State *L, int i, const char *tname);
int lua_absindex(lua_State *L, int i); int lua_absindex(lua_State *L, int i);
void lua_rawgetp(lua_State *L, int i, const void *p); void lua_rawgetp(lua_State *L, int i, const void *p);
void lua_rawsetp(lua_State *L, int i, const void *p); void lua_rawsetp(lua_State *L, int i, const void *p);
void *luaL_testudata(lua_State *L, int i, const char *tname);
void lua_getuservalue(lua_State *L, int i); void lua_getuservalue(lua_State *L, int i);
void lua_setuservalue(lua_State *L, int i); void lua_setuservalue(lua_State *L, int i);
int luaL_getsubtable(lua_State *L, int i, const char *name); int luaL_getsubtable(lua_State *L, int i, const char *name);

View File

@ -50,7 +50,6 @@ void *luaL_testudata(lua_State *L, int i, const char *tname);
int lua_absindex(lua_State *L, int i); int lua_absindex(lua_State *L, int i);
void lua_rawgetp(lua_State *L, int i, const void *p); void lua_rawgetp(lua_State *L, int i, const void *p);
void lua_rawsetp(lua_State *L, int i, const void *p); void lua_rawsetp(lua_State *L, int i, const void *p);
void *luaL_testudata(lua_State *L, int i, const char *tname);
void lua_getuservalue(lua_State *L, int i); void lua_getuservalue(lua_State *L, int i);
void lua_setuservalue(lua_State *L, int i); void lua_setuservalue(lua_State *L, int i);
int luaL_getsubtable(lua_State *L, int i, const char *name); int luaL_getsubtable(lua_State *L, int i, const char *name);