mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-24 23:26:50 +00:00
20 lines
361 B
C
20 lines
361 B
C
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//
|
||
|
//===========================================================================//
|
||
|
|
||
|
#ifndef SHADERAPIDX10_GLOBAL_H
|
||
|
#define SHADERAPIDX10_GLOBAL_H
|
||
|
|
||
|
#ifdef _WIN32
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
#include "shaderapi_global.h"
|
||
|
|
||
|
|
||
|
#endif // SHADERAPIDX10_GLOBAL_H
|