This commit is contained in:
MegaMech
2024-05-03 21:38:56 -06:00
committed by GitHub
parent 1fbf28a78d
commit e86b876992
114 changed files with 65 additions and 27258 deletions
+16
View File
@@ -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