mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fixed compile error on Windows
This commit is contained in:
parent
f8b4843c56
commit
96e42a6ba4
2 changed files with 4 additions and 5 deletions
|
@ -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[] = {
|
ALIGNED8 const Texture texture_shadow_spike_ext[] = {
|
||||||
#include "textures/segment2/shadow_spike_custom.ia8.inc.c"
|
#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 a new issue