New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
SmallScoreMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadDisposer.h>
4#include <math/seadVector.h>
5
7{
8 // createInstance() Address: 0x024CC864
9 // deleteInstance() Address: Deleted
10 // sInstance Address: 0x101D1860
11 // SingletonDisposer_::~SingletonDisposer_() Address: 0x024CD354
12 // SingletonDisposer_::sStaticDisposer Address: 0x101D1864
13 // SingletonDisposer_::vtbl Address: 0x100B9168
15
16public:
17 // Address: 0x024CC774
19
20 // Address: 0x024CCA84
21 void createSmallScore(const sead::Vector3f& pos, s32 action, s32 player_no, bool goal_score = false, u32 = 0);
22
23private:
24 u32 _10[(0x3B5F8 - 0x10) / sizeof(u32)];
25};
26static_assert(sizeof(SmallScoreMgr) == 0x3B5F8);
Definition SmallScoreMgr.h:7
void createSmallScore(const sead::Vector3f &pos, s32 action, s32 player_no, bool goal_score=false, u32=0)
u32 _10[(0x3B5F8 - 0x10)/sizeof(u32)]
Definition SmallScoreMgr.h:24