mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef _DEFINED_ASW_JUKEBOX_H
|
||||
#define _DEFINED_ASW_JUKEBOX_H
|
||||
|
||||
class CASW_Jukebox : public CBaseEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CASW_Jukebox, CBaseEntity );
|
||||
DECLARE_DATADESC();
|
||||
|
||||
void InputMusicStart( inputdata_t &inputdata );
|
||||
void InputMusicStop( inputdata_t &inputdata );
|
||||
protected:
|
||||
float m_fFadeInTime;
|
||||
float m_fFadeOutTime;
|
||||
char *m_szDefaultMusic;
|
||||
};
|
||||
|
||||
#endif // #ifndef _DEFINED_ASW_JUKEBOX_H
|
||||
Reference in New Issue
Block a user