19 lines
578 B
Plaintext
19 lines
578 B
Plaintext
/********************************************************************************
|
|
RCP_HmsGrassPiece
|
|
[ Nob 16, 1995 ]
|
|
********************************************************************************/
|
|
|
|
extern Gfx RCP_grass_piece[];
|
|
|
|
|
|
/********************************************************************************/
|
|
/* Hierarchy map data. */
|
|
/********************************************************************************/
|
|
Hierarchy RCP_HmsGrassPiece[] = {
|
|
hmsGroup()
|
|
hmsBegin()
|
|
hmsGfx(RM_SPRITE, RCP_grass_piece)
|
|
hmsEnd()
|
|
hmsExit()
|
|
};
|