#pragma once #include "global.h" #include "types.h" struct ActorRef { /* 0 */ s32 id; /* 4 */ s32 index; /* 8 */ };