mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07:00
13 lines
195 B
C++
13 lines
195 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "System/SysNew.hpp"
|
|
|
|
class DebugHierarchyBase : public SysObject {
|
|
/* 00 (vtable) */
|
|
/* 04 */ void *mNodes;
|
|
/* 08 */
|
|
};
|