diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-20 19:10:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 19:10:53 -0600 |
| commit | 7a10ba89f6bf26fd4b659510fefb2ce1cd315f02 (patch) | |
| tree | a06fc0b8288801398c24c96e80b0320cf513c9de /courses/royal_raceway | |
| parent | 4df64731472064ac5452b62fb867e59a18487852 (diff) | |
Header cleanup and some renames (#616)
* Place macros for addr conversions
* dl renames
* fixes
* changes ok
* Delete types.h
* move enums
Diffstat (limited to 'courses/royal_raceway')
| -rw-r--r-- | courses/royal_raceway/course_vertices.inc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/courses/royal_raceway/course_vertices.inc.c b/courses/royal_raceway/course_vertices.inc.c index 3a9e5c535..c88242f05 100644 --- a/courses/royal_raceway/course_vertices.inc.c +++ b/courses/royal_raceway/course_vertices.inc.c @@ -1,5 +1,5 @@ -#include "types.h" -#include "courses/course_macro.h" +#include <mk64.h> +#include <common_structs.h> CourseVtx d_course_royal_raceway_vertex[] = { {{ -409, 105, -1495}, { 12288, 1024}, {MACRO_COLOR_FLAG(0xc0, 0xc0, 0xc0, 0), 0x00}}, |
