1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-21 04:56:01 +08:00

More mathlib unification with SDK 2013, including 3dnow fixes (#231)

This commit is contained in:
Nick Hastings
2024-04-21 11:52:42 -04:00
parent b886c90f88
commit 732b5b29b5
19 changed files with 328 additions and 29 deletions

View File

@ -18,7 +18,7 @@
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
#ifdef _MSC_VER
#ifdef _WIN32
#pragma warning (disable : 4700) // local variable 'x' used without having been initialized
#endif