mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Added missing function on OTRGlobals
This commit is contained in:
parent
e1affbdf9a
commit
a4460c26ef
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue