initial
This commit is contained in:
26
game/client/cstrike15/Scaleform/HUD/sfhudflashinterface.h
Normal file
26
game/client/cstrike15/Scaleform/HUD/sfhudflashinterface.h
Normal file
@ -0,0 +1,26 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#if !defined( SFHUDFLASHINTERFACE_H_ )
|
||||
#define SFHUDFLASHINTERFACE_H_
|
||||
|
||||
#include "hudelement.h"
|
||||
#include "scaleformui/scaleformui.h"
|
||||
|
||||
class SFHudFlashInterface : public ScaleformFlashInterfaceMixin<CHudElement>
|
||||
{
|
||||
public:
|
||||
explicit SFHudFlashInterface( const char* name ) : ScaleformFlashInterfaceMixin<CHudElement>()
|
||||
{
|
||||
InitCHudElementAfterConstruction( name );
|
||||
}
|
||||
|
||||
virtual bool ShouldProcessInputBeforeFlashApiReady() { return false; }
|
||||
};
|
||||
|
||||
extern ConVar cl_drawhud;
|
||||
|
||||
#endif // SHHUDFLASHINTERFACE_H_
|
Reference in New Issue
Block a user