mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-05 07:11:04 +00:00
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);
|