Add decomp.h header, containing macro's only used when matching the original binaries

This commit is contained in:
Anonymous Maarten 2023-06-29 14:33:00 +02:00
parent 54ce350476
commit 8766856b18

10
LEGO1/decomp.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef DECOMP_H
#define DECOMP_H
#define DECOMP_STATIC_ASSERT(V) namespace { typedef int foo[(V)?1:-1]; }
typedef unsigned char undefined;
typedef unsigned short undefined2;
typedef unsigned int undefined4;
#endif // DECOMP_H