Fixed compile error on Windows
This commit is contained in:
parent
f8b4843c56
commit
96e42a6ba4
|
@ -71,8 +71,3 @@ const f32 font_tiny_widths[] = {
|
|||
};
|
||||
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
ALIGNED8 u8 texture_selectionbox_icon[] = {
|
||||
#include "textures/segment2/custom_selectionbox_icon.rgba16.inc.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"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue