mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +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!"
|
||||
#endif
|
||||
|
||||
|
||||
// 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
|
||||
#define MY_STATIC_ASSERT(namesuffx, cond) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user