Use lua_Integer when interfacing with lua.

This commit is contained in:
nhkeni
2022-03-17 16:30:16 -04:00
parent 1151d54500
commit 7a790c2a30
3 changed files with 47 additions and 44 deletions

View File

@@ -1761,7 +1761,7 @@ extern void lcheck_param_table(lua_State *);
extern schar get_table_mapchr(lua_State *, const char *);
extern schar get_table_mapchr_opt(lua_State *, const char *, schar);
extern short nhl_get_timertype(lua_State *, int);
extern void nhl_add_table_entry_int(lua_State *, const char *, int);
extern void nhl_add_table_entry_int(lua_State *, const char *, lua_Integer);
extern void nhl_add_table_entry_char(lua_State *, const char *, char);
extern void nhl_add_table_entry_str(lua_State *, const char *, const char *);
extern void nhl_add_table_entry_bool(lua_State *, const char *, boolean);