mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
This reduced output code size with 40KiB, improved compile times and appeared to improve runtime performance as well.
12 lines
320 B
C++
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();
|