Moved modified HL SDK to trunk
This commit is contained in:
BIN
hlsdk/utils/procinfo/lib/win32_vc6/procinfo.lib
Normal file
BIN
hlsdk/utils/procinfo/lib/win32_vc6/procinfo.lib
Normal file
Binary file not shown.
19
hlsdk/utils/procinfo/procinfo.h
Normal file
19
hlsdk/utils/procinfo/procinfo.h
Normal file
@ -0,0 +1,19 @@
|
||||
//========= Copyright <20> 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
|
Reference in New Issue
Block a user