mirror of
https://github.com/zeldaret/ph
synced 2026-07-02 03:50:14 -04:00
Add LinkDamage class definition
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "Debug/DebugHierarchyBase.hpp"
|
||||
|
||||
class DebugHierarchy : public DebugHierarchyBase {
|
||||
/* 00 (base) */
|
||||
/* 08 */
|
||||
};
|
||||
Reference in New Issue
Block a user