mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 22:11:16 +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
|
@ -9,7 +9,7 @@
|
|||
|
||||
#define FLAGS (ACTOR_FLAG_0 | ACTOR_FLAG_2 | ACTOR_FLAG_4)
|
||||
|
||||
typedef enum {
|
||||
typedef enum EnGeldBAction {
|
||||
/* 0 */ GELDB_WAIT,
|
||||
/* 1 */ GELDB_DEFEAT,
|
||||
/* 2 */ GELDB_DAMAGED,
|
||||
|
@ -159,7 +159,7 @@ static ColliderQuadInit sSwordQuadInit = {
|
|||
{ { { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f } } },
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
typedef enum EnGeldBDamageEffects {
|
||||
/* 0x0 */ GELDB_DMG_NORMAL,
|
||||
/* 0x1 */ GELDB_DMG_STUN,
|
||||
/* 0x6 */ GELDB_DMG_UNK_6 = 0x6,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
struct EnGeldB;
|
||||
|
||||
typedef enum {
|
||||
typedef enum EnGeldBLimb {
|
||||
/* 0x00 */ GELDB_LIMB_NONE,
|
||||
/* 0x01 */ GELDB_LIMB_ROOT,
|
||||
/* 0x02 */ GELDB_LIMB_TORSO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue