mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-12 07:58:05 +00:00
3915b19d2d
Fix nailguns spread. Fix xen squasher's projectile. Lock multiplayer. Read soundtrack names from sound/soundtrack.txt.
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 );
|
|
};
|