amd64: fix multithread, fix vgui, fix physmodels

This commit is contained in:
nillerusr 2022-06-05 01:44:42 +03:00
parent c329da4d7a
commit 2e5a08b894
63 changed files with 5679 additions and 2468 deletions
common/GameUI

View file

@ -15,6 +15,7 @@
#include "filesystem.h"
#include "tier1/convar.h"
#include "cdll_int.h"
#include "vcrmode.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
@ -1150,4 +1151,4 @@ void CInfoDescription::WriteFileHeader( FileHandle_t fp )
g_pFullFileSystem->FPrintf( fp, "//\r\n//\r\n// Cvar\t-\tSetting\r\n\r\n" );
}
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------