Matched some funcs (#378)

* Matched code
This commit is contained in:
MegaMech
2023-08-22 19:12:51 -06:00
committed by GitHub
parent 6e56638950
commit 6e3f6aee63
83 changed files with 3575 additions and 8593 deletions
+5 -4
View File
@@ -9,10 +9,11 @@
* @file Include for course gfx.inc.c.
*/
// This could be *func(arg) instead.
struct CourseAddrUnkStruct {
typedef struct {
Gfx *addr;
s32 value;
};
u8 surfaceType;
u8 sectionId;
u16 flags;
} TrackSections;
#endif // COURSE_H