OdysseyDecomp/lib/al/include/Library/Se/SeFunction.h
MonsterDruide1 628ae33345 clang-format
2023-08-14 11:42:48 +02:00

11 lines
235 B
C++

#pragma once
#include <prim/seadSafeString.h>
namespace al {
class IUseAudioKeeper;
bool tryStartSe(const IUseAudioKeeper*, const sead::SafeString&);
void startSe(const IUseAudioKeeper*, const sead::SafeString&);
} // namespace al