7 #ifndef RETDEC_FILEFORMAT_TYPES_RESOURCE_TABLE_RESOURCE_ICON_GROUP_H
8 #define RETDEC_FILEFORMAT_TYPES_RESOURCE_TABLE_RESOURCE_ICON_GROUP_H
22 std::vector<ResourceIcon *>
icons;
42 bool getEntryNameID(std::size_t eIndex, std::size_t &nameID)
const;
43 bool getEntryWidth(std::size_t eIndex, std::uint16_t &width)
const;
44 bool getEntryHeight(std::size_t eIndex, std::uint16_t &height)
const;
47 bool getEntryPlanes(std::size_t eIndex, std::uint16_t &planes)
const;
Definition: archive_wrapper.h:19
Class for one resource icon.