mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
Add decomp.h header, containing macro's only used when matching the original binaries
This commit is contained in:
parent
54ce350476
commit
8766856b18
10
LEGO1/decomp.h
Normal file
10
LEGO1/decomp.h
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user