Fix global variable casting

This commit is contained in:
2024-09-24 20:33:59 +08:00
parent ee08c57515
commit ae2fb42e87
9 changed files with 94 additions and 55 deletions

View File

@@ -0,0 +1,14 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 00445560
// checkMask_5d29c4
extern "C" bool checkMask_5d29c4(uint mask) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: checkMask_5d29c4");
}