mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
BETA10: reccomp support and Ghidra imports (#1091)
* Implement core functionality (before linter) * run linter + formatter * Review: remove redundant code * Implement end of range check for vtables --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#ifndef DECOMP_H
|
||||
#define DECOMP_H
|
||||
|
||||
#ifndef NDEBUG
|
||||
// Disable size assertions for debug builds because the sizes differ between debug and release builds.
|
||||
// The release LEGO1.DLL is what we ultimately want to decompile, so this is what we assert against.
|
||||
#undef ENABLE_DECOMP_ASSERTS
|
||||
#endif
|
||||
|
||||
#if defined(ENABLE_DECOMP_ASSERTS)
|
||||
#define DECOMP_STATIC_ASSERT(V) \
|
||||
namespace \
|
||||
|
Reference in New Issue
Block a user