Mario Kart 64
Loading...
Searching...
No Matches
course.h
Go to the documentation of this file.
1
#ifndef COURSE_H
2
#define COURSE_H
3
4
#include <
ultra64.h
>
5
#include <
PR/gbi.h
>
6
#include <
macros.h
>
7
12
typedef
struct
{
13
Gfx*
addr
;
14
u8
surfaceType
;
15
u8
sectionId
;
16
u16
flags
;
17
}
TrackSections
;
18
19
#endif
// COURSE_H
gbi.h
macros.h
TrackSections
Definition
course.h:12
TrackSections::addr
Gfx * addr
Definition
course.h:13
TrackSections::sectionId
u8 sectionId
Definition
course.h:15
TrackSections::surfaceType
u8 surfaceType
Definition
course.h:14
TrackSections::flags
u16 flags
Definition
course.h:16
ultra64.h
u16
unsigned short int u16
Definition
ultratypes.h:14
u8
unsigned char u8
Definition
ultratypes.h:12
include
course.h
Generated by
1.11.0