mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04:00
12 lines
182 B
C++
12 lines
182 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "Debug/DebugHierarchyBase.hpp"
|
|
|
|
class DebugHierarchy : public DebugHierarchyBase {
|
|
/* 00 (base) */
|
|
/* 08 */
|
|
};
|