diff options
Diffstat (limited to 'materialsystem/shaderapidx9/wmi.h')
| -rw-r--r-- | materialsystem/shaderapidx9/wmi.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/materialsystem/shaderapidx9/wmi.h b/materialsystem/shaderapidx9/wmi.h new file mode 100644 index 0000000..8f8fe13 --- /dev/null +++ b/materialsystem/shaderapidx9/wmi.h @@ -0,0 +1,17 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//============================================================================= + +#ifndef WMI_H +#define WMI_H +#ifdef _WIN32 +#pragma once +#endif + + +uint64 GetVidMemBytes( void ); + + +#endif // WMI_H |