raze/source/core/rts.h

9 lines
202 B
C
Raw Normal View History

#pragma once
2022-11-24 16:46:39 +00:00
#include "s_soundinternal.h"
void RTS_Init(const char *filename);
bool RTS_IsInitialized();
int RTS_SoundLength(int lump);
void *RTS_GetSound(int lump);
2022-11-24 16:46:39 +00:00
FSoundID RTS_GetSoundID(int lump);