mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-29 10:40:51 -04:00
Messing with formatting
This commit is contained in:
@@ -93,10 +93,12 @@ typedef struct {
|
||||
/* 0x04 */ u32 flags;
|
||||
/* 0x08 */ s16 objectId;
|
||||
/* 0x0C */ u32 instanceSize;
|
||||
struct {
|
||||
/* 0x10 */ ActorFunc init;
|
||||
/* 0x14 */ ActorFunc destroy;
|
||||
/* 0x18 */ ActorFunc update;
|
||||
/* 0x1C */ ActorFunc draw;
|
||||
};
|
||||
} ActorInit; // size = 0x20
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user