summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/OverlayArenaSystemS2.h
blob: 2a43c72ac064e9cf494376372b9f7edfbf5d06fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#pragma once

#include <basis/seadTypes.h>
#include <prim/seadDelegate.h>
#include "KingSystem/Utils/Types.h"

namespace ksys {

class OverlayArenaSystemS1;
class SystemPauseMgr;

// FIXME: incomplete
class OverlayArenaSystemS2 {
public:
    struct InitArg {
        OverlayArenaSystemS1* s1;
        SystemPauseMgr* system_pause_mgr;
    };

    OverlayArenaSystemS2();

    void init(const InitArg& arg);

private:
    u32 _0 = 0;
    sead::Delegate1<OverlayArenaSystemS2, void*> mDelegate;
    u32 _28 = 1;
    void* _30 = nullptr;
    void* _38 = nullptr;
};
KSYS_CHECK_SIZE_NX150(OverlayArenaSystemS2, 0x40);

}  // namespace ksys