mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(script): add lua_convertdecimal
This commit is contained in:
parent
f039d4f88c
commit
6030a75530
5 changed files with 71 additions and 17 deletions
|
|
@ -36,4 +36,7 @@ int32_t debugstack(lua_State*);
|
|||
int32_t debuglocals(lua_State*);
|
||||
int32_t scrub(lua_State*);
|
||||
|
||||
int32_t lua_setdecimalconversion(int32_t enabled);
|
||||
void lua_convertdecimal(char* string);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue