mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-22 07:04:47 -04:00
Changes (#9)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user