mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(util): permit arbitrary return values in unimplemented macro
This commit is contained in:
parent
0b30174088
commit
a3a12c23a2
23 changed files with 519 additions and 524 deletions
|
|
@ -4,5 +4,5 @@
|
|||
#include <cstdint>
|
||||
|
||||
int32_t Script_GetAccountExpansionLevel(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED();
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue