MBIconInfo


C Specification

#include <nitro/mb.h>

typedef	struct
{
    u16    palette[ MB_ICON_COLOR_NUM ];
    u16    data[ MB_ICON_DATA_SIZE / 2 ];
} MBIconInfo;	/* 544byte */
    

Description

This structure defines the style of the icon data, which is part of the download file information.

Members

The meaning of each member is as follows.

See Also

MBGameRegistry, MB_RegisterFile

Revision History

08/09/2004 Initial version