mirror of
https://github.com/zeldaret/oot
synced 2026-06-26 02:14:31 -04: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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "global.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct FlagSetEntry {
|
||||
/* 0x00 */ u16* value;
|
||||
/* 0x04 */ const char* name;
|
||||
} FlagSetEntry; // size = 0x08
|
||||
|
||||
Reference in New Issue
Block a user