/********************************************************************************
						Ultra 64 MARIO Brothers

					ichiro hierarchy data list module

			Copyright 1996 Nintendo co., ltd.  All rights reserved.
*********************************************************************************/

//#include "ichiro/ichiro_texture.h"
//#include "ichiro/ichi_body_shape.sou"
//#include "ichiro/ichi_Rarm_shape.sou"
//#include "ichiro/ichi_Larm_shape.sou"
//#include "ichiro/ichi_Rhand_shape.sou"
//#include "ichiro/ichi_Lhand_shape.sou"
//#include "ichiro/ichi_Rfoot_shape.sou"
//#include "ichiro/ichi_Lfoot_shape.sou"

extern Gfx gfx_ichi_body[];
extern Gfx gfx_ichi_Rarm[];
extern Gfx gfx_ichi_Larm[];
extern Gfx gfx_ichi_Rhand[];
extern Gfx gfx_ichi_Lhand[];
extern Gfx gfx_ichi_Rfoot[];
extern Gfx gfx_ichi_Lfoot[];

					hmsGfx(RM_SURF, gfx_ichi_body)
					hmsGfx(RM_SURF, gfx_ichi_Rarm)
					hmsGfx(RM_SURF, gfx_ichi_Larm)
					hmsGfx(RM_SPRITE, gfx_ichi_Rhand)
					hmsGfx(RM_SPRITE, gfx_ichi_Lhand)
					hmsGfx(RM_SURF, gfx_ichi_Rfoot)
					hmsGfx(RM_SURF, gfx_ichi_Lfoot)
