diff AudioPlayer.h @ 2343:5d263539bbec

Moving functions from unsorted_subs.h pt5
author Grumpy7
date Sun, 06 Apr 2014 21:12:24 +0200
parents e0863f5beee0
children b4a79e3ef2f0
line wrap: on
line diff
--- a/AudioPlayer.h	Sun Apr 06 12:57:04 2014 +0200
+++ b/AudioPlayer.h	Sun Apr 06 21:12:24 2014 +0200
@@ -356,3 +356,9 @@
 #pragma pack(pop)
 extern std::array<stru339_spell_sound, 4> stru_A750F8;
 extern std::array<stru339_spell_sound, 4> AA1058_PartyQuickSpellSound;
+
+struct SoundHeader *FindSound_BinSearch(unsigned int uStart, unsigned int uEnd, const char *pName);
+struct SoundData *LoadSound(const char *pSoundName, struct SoundData *pOutBuff, unsigned int uID);
+int __fastcall sub_4AB66C(int, int); // weak
+int GetSoundStrengthByDistanceFromParty(int x, int y, int z);
+void PlayLevelMusic();