SpaghettiKart
Loading...
Searching...
No Matches
frappe_snowland_data.h
Go to the documentation of this file.
1#pragma once
2
3#include <libultraship.h>
4#include <libultra/gbi.h>
5#include <align_asset_macro.h>
6
7static const ALIGN_ASSET(2) char d_course_frappe_snowland_snowman_tlut[] = "__OTR__textures/tracks/frappe_snowland/frappe_snowland_data/d_course_frappe_snowland_snowman_tlut";
8
9static const ALIGN_ASSET(2) char d_course_frappe_snowland_snowman_head[] = "__OTR__textures/tracks/frappe_snowland/frappe_snowland_data/d_course_frappe_snowland_snowman_head";
10
11static const ALIGN_ASSET(2) char d_course_frappe_snowland_snowman_body[] = "__OTR__textures/tracks/frappe_snowland/frappe_snowland_data/d_course_frappe_snowland_snowman_body";
12
13static const ALIGN_ASSET(2) char d_course_frappe_snowland_snow_tlut[] = "__OTR__textures/tracks/frappe_snowland/frappe_snowland_data/d_course_frappe_snowland_snow_tlut";
14
15static const ALIGN_ASSET(2) char d_course_frappe_snowland_snow[] = "__OTR__textures/tracks/frappe_snowland/frappe_snowland_data/d_course_frappe_snowland_snow";
16
17static const ALIGN_ASSET(2) char d_course_frappe_snowland_tree_tlut[] = "__OTR__textures/tracks/frappe_snowland/frappe_snowland_data/d_course_frappe_snowland_tree_tlut";
18
#define ALIGN_ASSET(x)
Definition align_asset_macro.h:8