mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 06:53:23 -04:00
Merge remote-tracking branch 'upstream/master' into m_Do_audio2
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* Z2SoundStarter.cpp autogenerated by split.py v0.3 at 2021-01-04 23:38:28.244752 */
|
||||
|
||||
#include "Z2AudioLib/Z2SoundStarter/Z2SoundStarter.h"
|
||||
#include "Z2AudioLib/Z2EnvSeMgr/Z2EnvSeMgr.h"
|
||||
#include "Z2AudioLib/Z2StatusMgr/Z2StatusMgr.h"
|
||||
#include "m_Do/m_Do_audio/m_Do_audio.h"
|
||||
@@ -8,14 +9,14 @@
|
||||
extern "C" {
|
||||
// __ct__14Z2SoundStarterFb
|
||||
// Z2SoundStarter::Z2SoundStarter(bool)
|
||||
asm void Z2SoundStarter_NS_ctor(void) {
|
||||
asm Z2SoundStarter::Z2SoundStarter(bool) {
|
||||
nofralloc
|
||||
#include "Z2AudioLib/Z2SoundStarter/asm/func_802AAB94.s"
|
||||
}
|
||||
|
||||
// startSound__14Z2SoundStarterF10JAISoundIDP14JAISoundHandlePCQ29JGeometry8TVec3<f>
|
||||
// Z2SoundStarter::startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f>)
|
||||
asm void func_802AABF4(void) {
|
||||
asm void Z2SoundStarter::startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*) {
|
||||
nofralloc
|
||||
#include "Z2AudioLib/Z2SoundStarter/asm/func_802AABF4.s"
|
||||
}
|
||||
@@ -23,28 +24,29 @@ asm void func_802AABF4(void) {
|
||||
// startSound__14Z2SoundStarterF10JAISoundIDP14JAISoundHandlePCQ29JGeometry8TVec3<f>UlfffffUl
|
||||
// Z2SoundStarter::startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f>, unsigned long,
|
||||
// float, float, float, float, float, unsigned long)
|
||||
asm void Z2SoundStarter_NS_startSound_X1_(void) {
|
||||
asm void Z2SoundStarter::startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*, u32,
|
||||
float, float, float, float, float, u32) {
|
||||
nofralloc
|
||||
#include "Z2AudioLib/Z2SoundStarter/asm/func_802AAC3C.s"
|
||||
}
|
||||
|
||||
// setPortData__14Z2SoundStarterFP14JAISoundHandleUlUsSc
|
||||
// Z2SoundStarter::setPortData(JAISoundHandle*, unsigned long, unsigned short, char)
|
||||
asm void Z2SoundStarter_NS_setPortData(void) {
|
||||
asm void Z2SoundStarter::setPortData(JAISoundHandle*, u32, u16, s8) {
|
||||
nofralloc
|
||||
#include "Z2AudioLib/Z2SoundStarter/asm/func_802AAEDC.s"
|
||||
}
|
||||
|
||||
// getPortData__14Z2SoundStarterFP14JAISoundHandleUlSc
|
||||
// Z2SoundStarter::getPortData(JAISoundHandle*, unsigned long, char)
|
||||
asm void Z2SoundStarter_NS_getPortData(void) {
|
||||
asm void Z2SoundStarter::getPortData(JAISoundHandle*, u32, s8) {
|
||||
nofralloc
|
||||
#include "Z2AudioLib/Z2SoundStarter/asm/func_802AAF74.s"
|
||||
}
|
||||
|
||||
// __dt__14Z2SoundStarterFv
|
||||
// Z2SoundStarter::~Z2SoundStarter(void)
|
||||
asm void func_802AAFF0(void) {
|
||||
asm Z2SoundStarter::~Z2SoundStarter(void) {
|
||||
nofralloc
|
||||
#include "Z2AudioLib/Z2SoundStarter/asm/func_802AAFF0.s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user