mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(ui): clean up function declarations
This commit is contained in:
parent
f24fbf26c6
commit
d61f0faef1
38 changed files with 471 additions and 471 deletions
|
|
@ -38,7 +38,7 @@ void* luaM_initPool() {
|
|||
return pools;
|
||||
}
|
||||
|
||||
void* luaM_reallocPool(void* ud, void *ptr, size_t osize, size_t nsize) {
|
||||
void* luaM_reallocPool(void* ud, void* ptr, size_t osize, size_t nsize) {
|
||||
void* result; // eax
|
||||
signed int v5; // esi
|
||||
signed int v6; // edx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue