mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 13:01:21 +00:00
1b96861615
Also completely rewritten to get rid of the cache dependency.
6 lines
138 B
C
6 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);
|