mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
e2f5e8fe34
We'll need 'common' for something else.
7 lines
168 B
C
7 lines
168 B
C
#pragma once
|
|
|
|
void RTS_Init(const char *filename);
|
|
bool RTS_IsInitialized();
|
|
int RTS_SoundLength(int lump);
|
|
void *RTS_GetSound(int lump);
|
|
int RTS_GetSoundID(int lump);
|