Cleanup xash3d_types.h from engine-specific macros and types

This commit is contained in:
Alibek Omarov
2025-01-22 15:09:18 +03:00
parent 787444f63d
commit 375998dffb
11 changed files with 58 additions and 58 deletions

View File

@@ -1119,6 +1119,7 @@ void Con_PageUp( int lines );
//
// s_main.c
//
typedef int sound_t;
void S_StreamAviSamples( void *Avi, int entnum, float fvol, float attn, float synctime );
void S_StartBackgroundTrack( const char *intro, const char *loop, int position, qboolean fullpath );
void S_StopBackgroundTrack( void );