mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-30 05:12:18 -05:00
Added missing function on OTRGlobals
This commit is contained in:
parent
e1affbdf9a
commit
a4460c26ef
@ -79,6 +79,7 @@ int Controller_ShouldRumble(size_t i);
|
|||||||
char* ResourceMgr_LoadSeqByID(int seqID);
|
char* ResourceMgr_LoadSeqByID(int seqID);
|
||||||
int ResourceMgr_GetSeqSizeByID(int seqID);
|
int ResourceMgr_GetSeqSizeByID(int seqID);
|
||||||
SoundFont* ResourceMgr_LoadAudioSoundFont(int fontIndex);
|
SoundFont* ResourceMgr_LoadAudioSoundFont(int fontIndex);
|
||||||
|
SoundFontSample* ResourceMgr_LoadAudioSample(int romOffset);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user