r5sdk/r5dev/tier0/fasttimer.cpp
Kawe Mazidjatari d809a9f633 Use PCH generated from VPC globally
This reduced output code size with 40KiB, improved compile times and appeared to improve runtime performance as well.
2023-05-14 02:10:17 +02:00

12 lines
320 B
C++

//===== Copyright (c) 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "tier0/fasttimer.h"
// Constructor init the clock speed.
CClockSpeed* g_pClockSpeed = new CClockSpeed();