amxmodx/hlsdk/utils/procinfo/procinfo.h
2006-08-27 02:22:59 +00:00

20 lines
420 B
C

//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#if !defined ( PROCINFOH )
#define PROCINFOH
#ifdef _WIN32
#ifndef __MINGW32__
#pragma once
#endif /* not __MINGW32__ */
#endif
int PROC_GetSpeed( void );
int PROC_IsMMX( void );
#endif // PROCINFOH