diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-03 21:38:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 21:38:56 -0600 |
| commit | e86b876992e8fa6c5724771ad5bb20ee49f84ad4 (patch) | |
| tree | bd2d527039317f2ad0c06cde2ef6612065ac985f /include | |
| parent | 1fbf28a78d8b6dd8136aa628b5b1bc3d4c9b9223 (diff) | |
Changes (#9)
Diffstat (limited to 'include')
| -rw-r--r-- | include/course_offsets.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/course_offsets.h b/include/course_offsets.h index 189db0965..f4b36f96f 100644 --- a/include/course_offsets.h +++ b/include/course_offsets.h @@ -1,7 +1,9 @@ #ifndef COURSE_OFFSETS_H #define COURSE_OFFSETS_H +#include <libultraship.h> #include <libultra/types.h> +#include <libultra/gbi.h> #include <assets/other_textures.h> typedef struct @@ -12,4 +14,18 @@ typedef struct u32 padding; // always zero } course_texture; +extern Gfx toads_turnpike_dl_0[]; +extern Gfx toads_turnpike_dl_1[]; +extern Gfx toads_turnpike_dl_2[]; +extern Gfx toads_turnpike_dl_3[]; +extern Gfx toads_turnpike_dl_4[]; +extern Gfx toads_turnpike_dl_5[]; +extern Gfx toads_turnpike_dl_6[]; +extern Gfx toads_turnpike_dl_7[]; +extern Gfx toads_turnpike_dl_8[]; +extern Gfx toads_turnpike_dl_9[]; +extern Gfx toads_turnpike_dl_10[]; +extern Gfx toads_turnpike_dl_11[]; + + #endif // COURSE_OFFSETS_H |
