summaryrefslogtreecommitdiff
path: root/include/Debug/DebugHierarchyNode.hpp
blob: 057d1946c4fbf36ec340e99d3da958eab2095f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

#include "global.h"
#include "types.h"

#include "Debug/DebugHierarchyChild.hpp"

class DebugHierarchyNode {
public:
    /* 00 */ u32 mNodeId;
    /* 04 */ u32 mUnk_04;
    /* 08 */ u32 mUnk_08;
    /* 0c */ unk8 mUnk_0c[0x4];
    /* 10 */ u32 mId;
    /* 14 */ s32 mUnk_14;
    /* 18 */ unk8 mUnk_18[0x8];
    /* 20 */ DebugHierarchyChild mChildren;
    /* 30 */
};