mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 02:00:30 -04:00
6f3f8cc38e
* Z2AudioLib: split - Z2SpeechMgr2 - Z2Audience - Z2EnvSeMgr - Z2SoundMgr - Z2AudioMgr - Z2Creature - Z2SoundStarter - Z2WolfHowlMgr - Z2SoundObject - Z2SoundObjMgr - Z2SoundInfo - Z2AudioArcLoader - Z2AudioLib - Z2SoundHandles - Z2LinkMgr: finish splitting - Z2SceneMgr: finish splitting - Z2SeqMgr: finish splitting * merge fix Co-authored-by: Pheenoh <pheenoh@gmail.com>
9 lines
165 B
C
9 lines
165 B
C
#ifndef __Z2AUDIOMGR_H__
|
|
#define __Z2AUDIOMGR_H__
|
|
|
|
extern "C" {
|
|
void Z2AudioMgr_NS_setOutputMode(void*, unsigned long);
|
|
u32 Z2AudioMgr_NS_hasReset(void*);
|
|
};
|
|
|
|
#endif |