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