mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 15:20:55 -04:00
10 lines
102 B
C++
10 lines
102 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct ActorRef {
|
|
s32 id;
|
|
s32 index;
|
|
};
|