r5sdk/src/tier0/fasttimer.cpp
2023-09-19 22:13:22 +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();