mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07:00
12 lines
164 B
C++
12 lines
164 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class DebugHierarchyChild {
|
|
public:
|
|
/* 00 */ char mUnk_00[0xc];
|
|
/* 0c */ s32 mUnk_0c;
|
|
/* 10 */
|
|
};
|