mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 12:04:09 +00:00
15 lines
438 B
C++
15 lines
438 B
C++
#pragma once
|
|
|
|
#include <basis/seadTypes.h>
|
|
|
|
namespace al {
|
|
class ByamlIter;
|
|
class AudioInfoListCreateFunctorBase;
|
|
} // namespace al
|
|
|
|
namespace alAudioInfoListFunction {
|
|
s32 getCreateAudioInfoListSize(const al::ByamlIter&, s32);
|
|
s32 getCreateAudioInfoListSize(const al::ByamlIter&, const al::ByamlIter&);
|
|
void createAudioInfoAndSetToList(al::AudioInfoListCreateFunctorBase*, const al::ByamlIter&);
|
|
} // namespace alAudioInfoListFunction
|