/********************************************************************************
						Ultra 64 MARIO Brothers

					snow_man hierarchy data list module

			Copyright 1996 Nintendo co., ltd.  All rights reserved.
*********************************************************************************/

//#include "snow_man/snow_man_texture.h"
//#include "snow_man/sman_arm_shape.sou"
//#include "snow_man/sman_body_shape.sou"
//#include "snow_man/sman_eye_shape.sou"
//#include "snow_man/sman_hand_shape.sou"
//#include "snow_man/sman_head_shape.sou"
//#include "snow_man/sman_mouth_shape.sou"

extern Gfx gfx_sman_arm[];
extern Gfx gfx_sman_body[];
extern Gfx gfx_sman_eye[];
extern Gfx gfx_sman_hand[];
extern Gfx gfx_sman_head[];
extern Gfx gfx_sman_mouth[];

					hmsGfx(RM_SURF, gfx_sman_arm)
					hmsGfx(RM_SOFT_SPRITE, gfx_sman_body)
					hmsGfx(RM_SPRITE, gfx_sman_eye)
					hmsGfx(RM_SURF, gfx_sman_hand)
					hmsGfx(RM_SOFT_SPRITE, gfx_sman_head)
					hmsGfx(RM_SPRITE, gfx_sman_mouth)
