mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-13 08:27:57 +00:00
8 lines
262 B
C
8 lines
262 B
C
|
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 );
|
||
|
};
|