mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 15:01:17 +00:00
Add names to all typedef'd structs, unions, and enums (#2028)
* Add names to all typedef'd structs, unions, and enums * wtf vs code * Use a better regex
This commit is contained in:
parent
672728455d
commit
e6bc4bd8cb
426 changed files with 1417 additions and 1417 deletions
|
@ -68,7 +68,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
|
||||
static CollisionCheckInfoInit2 sColChkInfoInit = { 0, 0, 0, 0, MASS_IMMOVABLE };
|
||||
|
||||
typedef enum {
|
||||
typedef enum EnGoAnimation {
|
||||
/* 0 */ ENGO_ANIM_0,
|
||||
/* 1 */ ENGO_ANIM_1,
|
||||
/* 2 */ ENGO_ANIM_2,
|
||||
|
|
|
@ -25,7 +25,7 @@ typedef s16 (*callback2_80A3ED24)(PlayState*, struct EnGo*);
|
|||
|
||||
#define EN_GO_EFFECT_COUNT 20
|
||||
|
||||
typedef struct {
|
||||
typedef struct EnGoEffect {
|
||||
/* 0x0000 */ u8 type;
|
||||
/* 0x0001 */ u8 timer;
|
||||
/* 0x0002 */ u8 initialTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue