initial
This commit is contained in:
18
materialsystem/cmatnullrendercontext.h
Normal file
18
materialsystem/cmatnullrendercontext.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//========== Copyright <20> 2005, Valve Corporation, All rights reserved. ========
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef CMATNULLRENDERCONTEXT_H
|
||||
#define CMATNULLRENDERCONTEXT_H
|
||||
|
||||
#if defined( _WIN32 )
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
class CMatRenderContextBase;
|
||||
|
||||
CMatRenderContextBase *CreateNullRenderContext();
|
||||
|
||||
#endif // CMATNULLRENDERCONTEXT_H
|
||||
Reference in New Issue
Block a user