r5sdk/r5dev/tier0/fasttimer.cpp
2022-04-05 11:33:37 +02:00

13 lines
345 B
C++

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