mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
11 lines
130 B
C++
11 lines
130 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct ActorRef {
|
|
/* 0 */ s32 id;
|
|
/* 4 */ s32 index;
|
|
/* 8 */
|
|
};
|