mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-07-31 12:00:45 +02:00
fix
This commit is contained in:
@@ -364,7 +364,7 @@ __inline__ void TRACE(char *f, ...) { } // this is re3 only, and so the function
|
|||||||
#define _TODO(x)
|
#define _TODO(x)
|
||||||
#define _TODOCONST(x) (x)
|
#define _TODOCONST(x) (x)
|
||||||
|
|
||||||
#if CHECK_STRUCT_SIZES
|
#ifdef CHECK_STRUCT_SIZES
|
||||||
template<int s, int t> struct check_size {
|
template<int s, int t> struct check_size {
|
||||||
static_assert(s == t, "Invalid structure size");
|
static_assert(s == t, "Invalid structure size");
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user