css_enhanced_waf/materialsystem/shaderapidx9/wmi.h

18 lines
290 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================
#ifndef WMI_H
#define WMI_H
#ifdef _WIN32
#pragma once
#endif
uint64 GetVidMemBytes( void );
#endif // WMI_H