Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifdef _WIN32 |
|
#pragma warning( push ) |
|
#endif // _WIN32 |
|
|
|
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)) |
|
#pragma GCC diagnostic push |
|
#endif |
|
|
|
#include "cryptodisablewarnings.h" |
|
//#include "tier0/memdbgoff.h" |
|
|
|
|