0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-01 06:31:03 +00:00
raze/source/common/rts.h

7 lines
138 B
C
Raw Normal View History

#pragma once
void RTS_Init(const char *filename);
bool RTS_IsInitialized();
int RTS_SoundLength(int lump);
void *RTS_GetSound(int lump);