hlsdk-portable/dlls/poke646/mp3.h
Night Owl 3915b19d2d Rewrite HUD, weapons and monsters code.
Fix nailguns spread.
Fix xen squasher's projectile.
Lock multiplayer.
Read soundtrack names from sound/soundtrack.txt.
2018-10-25 07:16:25 +05:00

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 );
};