Mario Kart 64
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;
18 
19 #endif // COURSE_H
Definition: course.h:12
Gfx * addr
Definition: course.h:13
u8 sectionId
Definition: course.h:15
u8 surfaceType
Definition: course.h:14
u16 flags
Definition: course.h:16
unsigned short int u16
Definition: ultratypes.h:14
unsigned char u8
Definition: ultratypes.h:12