upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+18
View File
@@ -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