typedef gets formatted :(

This commit is contained in:
dark-samus 2021-01-15 17:26:03 -05:00
parent 6fa31ae20a
commit f1aa2190d9

View File

@ -31,7 +31,7 @@ typedef struct MapConfig {
} tattle;
} MapConfig; // size = 0x40
typedef s32 (*MapInit)(void);
typedef s32(*MapInit)(void);
#define MAP_ID_MAX_LEN 7 ///< "xxx_yyy" excluding null terminator.
typedef struct Map {