2002-12-23 00:00:00 +00:00
|
|
|
|
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
|
2001-11-08 00:00:00 +00:00
|
|
|
|
//
|
|
|
|
|
// Purpose:
|
|
|
|
|
//
|
|
|
|
|
// $NoKeywords: $
|
|
|
|
|
//=============================================================================
|
|
|
|
|
|
2000-11-07 00:00:00 +00:00
|
|
|
|
#if !defined( GAMESTUDIOMODELRENDERER_H )
|
|
|
|
|
#define GAMESTUDIOMODELRENDERER_H
|
|
|
|
|
#if defined( _WIN32 )
|
|
|
|
|
#pragma once
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
====================
|
|
|
|
|
CGameStudioModelRenderer
|
|
|
|
|
|
|
|
|
|
====================
|
|
|
|
|
*/
|
|
|
|
|
class CGameStudioModelRenderer : public CStudioModelRenderer
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
CGameStudioModelRenderer( void );
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // GAMESTUDIOMODELRENDERER_H
|