Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13
// GD3 tag format definitions // and functionality // GD3 file header struct TGD3Header { char IDString[4]; // "Gd3 " long Version; // 0x000000100 for 1.00 long Length; // Length of string data following this point }; #define NumGD3Strings 11 void RemoveGD3(char *filename);