Fixed compile error on Windows

This commit is contained in:
MysterD 2023-04-03 20:33:08 -07:00
parent f8b4843c56
commit 96e42a6ba4
2 changed files with 4 additions and 5 deletions

View File

@ -71,8 +71,3 @@ const f32 font_tiny_widths[] = {
};
//////////////////////////////////////////////////////////
ALIGNED8 u8 texture_selectionbox_icon[] = {
#include "textures/segment2/custom_selectionbox_icon.rgba16.inc.c"
};

View File

@ -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"
};