mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-10 22:14:14 +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 );
|
||
|
};
|