/*************************************************************************************************** ****************************************************************************************************/ extern Gfx gfx_t_boxA[]; extern Gfx gfx_t_boxB[]; /* ================================================================================ : t_boxA Hms data. =================================================================================== */ Hierarchy RCP_HmsT_BoxA[] = { hmsGroup() hmsBegin() hmsGfx(RM_SURF, gfx_t_boxA) hmsEnd() hmsExit() }; /* ================================================================================ : t_boxA Hms data. =================================================================================== */ Hierarchy RCP_HmsT_BoxB[] = { hmsGroup() hmsBegin() hmsGfx(RM_SURF, gfx_t_boxB) hmsEnd() hmsExit() };