mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
add source-sdk-2013
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
virtual void Disable();
|
||||
virtual void Layout();
|
||||
|
||||
virtual void ReloadScheme( bool flushLowLevel );
|
||||
virtual void ReloadScheme( void );
|
||||
virtual void OverrideView( CViewSetup *pSetup );
|
||||
virtual bool ShouldDrawDetailObjects( );
|
||||
virtual bool ShouldDrawEntity(C_BaseEntity *pEnt);
|
||||
@@ -117,9 +117,9 @@ public:
|
||||
//=============================================================================
|
||||
|
||||
virtual wchar_t* GetServerName() { return NULL; }
|
||||
virtual void SetServerName(wchar_t* name) {}
|
||||
virtual void SetServerName(wchar_t* name) {};
|
||||
virtual wchar_t* GetMapName() { return NULL; }
|
||||
virtual void SetMapName(wchar_t* name) {}
|
||||
virtual void SetMapName(wchar_t* name) {};
|
||||
|
||||
//=============================================================================
|
||||
// HPE_END
|
||||
@@ -134,12 +134,6 @@ public:
|
||||
virtual void InfoPanelDisplayed() OVERRIDE { }
|
||||
virtual bool IsHTMLInfoPanelAllowed() OVERRIDE { return true; }
|
||||
|
||||
bool IsAnyPanelVisibleExceptScores() { return m_pViewport->IsAnyPanelVisibleExceptScores(); }
|
||||
bool IsPanelVisible( const char* panel ) { return m_pViewport->IsPanelVisible( panel ); }
|
||||
|
||||
virtual void OnDemoRecordStart( char const* pDemoBaseName ) OVERRIDE {}
|
||||
virtual void OnDemoRecordStop() OVERRIDE {}
|
||||
|
||||
protected:
|
||||
CBaseViewport *m_pViewport;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user