Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
2342:d7f4dac06dc0 | 2343:5d263539bbec |
---|---|
354 int pSoundsOffsets[2]; | 354 int pSoundsOffsets[2]; |
355 }; | 355 }; |
356 #pragma pack(pop) | 356 #pragma pack(pop) |
357 extern std::array<stru339_spell_sound, 4> stru_A750F8; | 357 extern std::array<stru339_spell_sound, 4> stru_A750F8; |
358 extern std::array<stru339_spell_sound, 4> AA1058_PartyQuickSpellSound; | 358 extern std::array<stru339_spell_sound, 4> AA1058_PartyQuickSpellSound; |
359 | |
360 struct SoundHeader *FindSound_BinSearch(unsigned int uStart, unsigned int uEnd, const char *pName); | |
361 struct SoundData *LoadSound(const char *pSoundName, struct SoundData *pOutBuff, unsigned int uID); | |
362 int __fastcall sub_4AB66C(int, int); // weak | |
363 int GetSoundStrengthByDistanceFromParty(int x, int y, int z); | |
364 void PlayLevelMusic(); |