Skip to content
Pavle edited this page Jul 2, 2022 · 4 revisions
struct SWFF
{
    unsigned char firstCharacterOfExtension; //d for dds, p for png, s for swf
    unsigned int dataOffset;
    std::string resourceID;
    void* data; //DDS, PNG and SWF
};
Clone this wiki locally