mirror of
https://github.com/zeldaret/ph
synced 2026-07-27 14:50:55 -04:00
Add LinkDamage class definition
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
struct ActorRef {
|
||||
s32 id;
|
||||
s32 index;
|
||||
};
|
||||
Reference in New Issue
Block a user