Added missing function on OTRGlobals

This commit is contained in:
Kevin Alexis Contreras 2022-06-02 12:45:07 -05:00
parent e1affbdf9a
commit a4460c26ef
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ int Controller_ShouldRumble(size_t i);
char* ResourceMgr_LoadSeqByID(int seqID);
int ResourceMgr_GetSeqSizeByID(int seqID);
SoundFont* ResourceMgr_LoadAudioSoundFont(int fontIndex);
SoundFontSample* ResourceMgr_LoadAudioSample(int romOffset);
#endif
#endif