From 96e42a6ba44f80f3031fbe67fc1b5025abd16cbb Mon Sep 17 00:00:00 2001 From: MysterD Date: Mon, 3 Apr 2023 20:33:08 -0700 Subject: [PATCH] Fixed compile error on Windows --- bin/custom_font.c | 5 ----- bin/custom_textures.c | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/custom_font.c b/bin/custom_font.c index 2db90f13..c3c0aa1b 100644 --- a/bin/custom_font.c +++ b/bin/custom_font.c @@ -71,8 +71,3 @@ const f32 font_tiny_widths[] = { }; ////////////////////////////////////////////////////////// - -ALIGNED8 u8 texture_selectionbox_icon[] = { -#include "textures/segment2/custom_selectionbox_icon.rgba16.inc.c" -}; - diff --git a/bin/custom_textures.c b/bin/custom_textures.c index b87e20d4..15242480 100644 --- a/bin/custom_textures.c +++ b/bin/custom_textures.c @@ -22,3 +22,7 @@ ALIGNED8 const Texture texture_hud_char_wario_head[] = { ALIGNED8 const Texture texture_shadow_spike_ext[] = { #include "textures/segment2/shadow_spike_custom.ia8.inc.c" }; + +ALIGNED8 u8 texture_selectionbox_icon[] = { +#include "textures/segment2/custom_selectionbox_icon.rgba16.inc.c" +};