summaryrefslogtreecommitdiff
path: root/include/Debug/DebugHierarchyNode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Debug/DebugHierarchyNode.hpp')
-rw-r--r--include/Debug/DebugHierarchyNode.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/Debug/DebugHierarchyNode.hpp b/include/Debug/DebugHierarchyNode.hpp
deleted file mode 100644
index 057d1946..00000000
--- a/include/Debug/DebugHierarchyNode.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#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 */
-};