mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine
Conflicts: Sources/Engine/Base/Types.h Sources/Engine/Engine.h
This commit is contained in:
commit
dca5b7a6ac
|
@ -78,7 +78,6 @@ typedef uint32_t UINT;
|
||||||
#error "Unknown CPU-Architecture, adapt this code to detect 32/64bitness of your system!"
|
#error "Unknown CPU-Architecture, adapt this code to detect 32/64bitness of your system!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// if the compiler complains about the typedef created by MY_STATIC_ASSERT being invalid
|
// if the compiler complains about the typedef created by MY_STATIC_ASSERT being invalid
|
||||||
// (because of array with negative size), it means the check for cond has failed
|
// (because of array with negative size), it means the check for cond has failed
|
||||||
#define MY_STATIC_ASSERT(namesuffx, cond) \
|
#define MY_STATIC_ASSERT(namesuffx, cond) \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user