Files

20 lines
278 B
C
Raw Permalink Normal View History

#ifndef COURSE_H
#define COURSE_H
2024-05-01 10:09:49 -06:00
#include <libultraship.h>
#include <libultra/gbi.h>
#include <macros.h>
/**
* @file Include for course gfx.inc.c.
2024-08-28 01:47:39 +02:00
*/
2023-08-22 19:12:51 -06:00
typedef struct {
2024-09-17 17:32:50 +02:00
Gfx* addr;
2023-08-22 19:12:51 -06:00
u8 surfaceType;
u8 sectionId;
u16 flags;
} TrackSections;
#endif // COURSE_H