[go: up one dir, main page]

Menu

[r4]: / trunk / gd3.h  Maximize  Restore  History

Download this file

13 lines (10 with data), 304 Bytes

 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);