hlsdk-portable/dlls/poke646/mp3.h

8 lines
262 B
C
Raw Normal View History

class CAmbientMP3 : public CPointEntity
{
public:
static CAmbientMP3 *AmbientMP3Create( const char *pszSound );
void Spawn( void );
void EXPORT ToggleUse( CBaseEntity *pActivator, CBaseEntity *pCaller, USE_TYPE useType, float value );
};