Crate ra2_types

Source
Expand description

RA2 MIX file format library

This library provides functionality for reading and writing Red Alert 2 MIX files. It supports both encrypted and unencrypted MIX files, and can extract files from MIX archives.

Structs§

Rgba
RGB colors + alpha channel

Enums§

CncGame
Enum representing different games that use XCC format
Ra2Error
Error type for RA2 MIX file operations

Type Aliases§

Result
Result type for RA2 MIX file operations
RgbaImage
Sendable Rgb + alpha channel image buffer