mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
8 lines
202 B
C
8 lines
202 B
C
#pragma once
|
|
#include "s_soundinternal.h"
|
|
|
|
void RTS_Init(const char *filename);
|
|
bool RTS_IsInitialized();
|
|
int RTS_SoundLength(int lump);
|
|
void *RTS_GetSound(int lump);
|
|
FSoundID RTS_GetSoundID(int lump);
|