diff --git a/soh/soh/OTRGlobals.h b/soh/soh/OTRGlobals.h index f9d622ea7..67b341bf0 100644 --- a/soh/soh/OTRGlobals.h +++ b/soh/soh/OTRGlobals.h @@ -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