mirror of
https://github.com/zeldaret/ph
synced 2026-08-11 03:26:00 -04:00
Move Actors/ to Actor/
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