summaryrefslogtreecommitdiff
path: root/include/course.h
blob: 14e1daacdb28b6b0379682e2f1ebdf8d13cfd57b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef COURSE_H
#define COURSE_H

#include <libultraship.h>
#include <libultra/gbi.h>
#include <macros.h>

/**
 * @file Include for course gfx.inc.c.
 */

typedef struct {
    Gfx* addr;
    u8 surfaceType;
    u8 sectionId;
    u16 flags;
} TrackSections;

#endif // COURSE_H