mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +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);
|