New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
SndObjectMap.h
Go to the documentation of this file.
1#pragma once
2
3#include <sound/SndObjectCommon.h>
4
6{
7public:
8 SndObjctCmnMap(nw::snd::OutputLine line_flag)
10 {
11 }
12
13 // Address: 0x029BECD4
15
16 // Address: 0x029BED48
17 void startSound(const char* label, const sead::Vector2f& pos, nw::snd::OutputLine line_flag) override;
18 // Address: 0x029BED4C
19 void startSound(const char* label, const sead::Vector2f& pos, s16 seq_var, nw::snd::OutputLine line_flag) override;
20
21 // Address: 0x029BED50
22 void holdSound(const char* label, s32 handle_id, const sead::Vector2f& pos, nw::snd::OutputLine line_flag);
23 // Address: 0x029BEE18
24 void holdSound(const char* label, s32 handle_id, const sead::Vector2f& pos, s16 seq_var, nw::snd::OutputLine line_flag);
25};
26static_assert(sizeof(SndObjctCmnMap) == sizeof(NMSndObjectCmn));
Definition SndObjectMap.h:6
void startSound(const char *label, const sead::Vector2f &pos, nw::snd::OutputLine line_flag) override
void holdSound(const char *label, s32 handle_id, const sead::Vector2f &pos, s16 seq_var, nw::snd::OutputLine line_flag)
SndObjctCmnMap(nw::snd::OutputLine line_flag)
Definition SndObjectMap.h:8
~SndObjctCmnMap() override
void startSound(const char *label, const sead::Vector2f &pos, s16 seq_var, nw::snd::OutputLine line_flag) override
void holdSound(const char *label, s32 handle_id, const sead::Vector2f &pos, nw::snd::OutputLine line_flag)