#pragma once #include "global.h" #include "types.h" struct ActorRef { s32 id; s32 index; };