mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04: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 */
|
|
};
|