mirror of
https://github.com/n64decomp/mk64
synced 2026-08-20 13:44:43 -04:00
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user