diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-11-16 17:14:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 17:14:48 +0100 |
| commit | fc691f4c8f76d11d6b47149fefadaca4470ab2a1 (patch) | |
| tree | fe987a191d96ca71ce32776be09a57408f491050 /include/Debug/DebugHierarchy.hpp | |
| parent | 5b15874c4d2d7c185c98f2791cf8fa6a9d86a440 (diff) | |
LinkStateInteract (#135)
* Map symbol in Game
* LinkStateInteract 19%
* DebugHierarchy -> Bhio
* LinkStateInteract 89%
* LinkStateInteract 93%
* Japanese strings
* Fix build
* Fix regression
* Fix regressions
* Rename BhioBase.cpp
Diffstat (limited to 'include/Debug/DebugHierarchy.hpp')
| -rw-r--r-- | include/Debug/DebugHierarchy.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/Debug/DebugHierarchy.hpp b/include/Debug/DebugHierarchy.hpp deleted file mode 100644 index 70e4de9c..00000000 --- a/include/Debug/DebugHierarchy.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include "global.h" -#include "types.h" - -#include "Debug/DebugHierarchyBase.hpp" - -class DebugHierarchy : public DebugHierarchyBase { -public: - /* 00 (base) */ - /* 08 */ - - /* 00 */ virtual ~DebugHierarchy() override; - /* 40 */ -}; |
