1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-12-22 12:50:01 +00:00
This commit is contained in:
Filip Gawin 2021-01-22 19:59:27 +01:00
parent a034661bc9
commit e9adf8162b

View file

@ -364,7 +364,7 @@ __inline__ void TRACE(char *f, ...) { } // this is re3 only, and so the function
#define _TODO(x)
#define _TODOCONST(x) (x)
#if CHECK_STRUCT_SIZES
#ifdef CHECK_STRUCT_SIZES
template<int s, int t> struct check_size {
static_assert(s == t, "Invalid structure size");
};