mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
typedef gets formatted :(
This commit is contained in:
parent
6fa31ae20a
commit
f1aa2190d9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user