mirror of https://github.com/zeldaret/oot.git
include cleanup
This commit is contained in:
parent
e8e1763d3d
commit
9c350b8c78
|
@ -1,8 +1,5 @@
|
||||||
#include "icon_item_static.h"
|
#include "icon_item_static.h"
|
||||||
|
|
||||||
#include "sys_matrix.h"
|
|
||||||
#include "ultra64.h"
|
|
||||||
|
|
||||||
u64 gItemIconDekuStickTex[TEX_LEN(u64, gItemIconDekuStickTex_WIDTH, gItemIconDekuStickTex_HEIGHT, 32)] = {
|
u64 gItemIconDekuStickTex[TEX_LEN(u64, gItemIconDekuStickTex_WIDTH, gItemIconDekuStickTex_HEIGHT, 32)] = {
|
||||||
#include "assets/textures/icon_item_static/gItemIconDekuStickTex.rgba32.inc.c"
|
#include "assets/textures/icon_item_static/gItemIconDekuStickTex.rgba32.inc.c"
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#ifndef ICON_ITEM_STATIC_H
|
#ifndef ICON_ITEM_STATIC_H
|
||||||
#define ICON_ITEM_STATIC_H
|
#define ICON_ITEM_STATIC_H
|
||||||
|
|
||||||
#include "tex_len.h"
|
|
||||||
#include "ultra64.h"
|
#include "ultra64.h"
|
||||||
|
#include "tex_len.h"
|
||||||
#include "versions.h"
|
#include "versions.h"
|
||||||
|
|
||||||
#define gItemIconDekuStickTex_WIDTH 32
|
#define gItemIconDekuStickTex_WIDTH 32
|
||||||
|
|
Loading…
Reference in New Issue