mirror of
https://github.com/zeldaret/ph
synced 2026-06-08 20:20:17 -04:00
Add LinkDamage class definition
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "System/SysNew.hpp"
|
||||
|
||||
class DebugHierarchyBase : public SysObject {
|
||||
/* 00 (vtable) */
|
||||
/* 04 */ void *mNodes;
|
||||
/* 08 */
|
||||
};
|
||||
Reference in New Issue
Block a user