comparison tools/lib64gfx.h @ 1374:9edb17aa4a0a

Forward declare typedef struct _DMC64Image;
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Sep 2017 15:22:45 +0300
parents fc5ee5b4b0e9
children f5368c13a872
comparison
equal deleted inserted replaced
1373:fc5ee5b4b0e9 1374:9edb17aa4a0a
105 DC_D023, 105 DC_D023,
106 DC_D024, 106 DC_D024,
107 }; 107 };
108 108
109 109
110 typedef struct 110 typedef struct _DMC64Image DMC64Image;
111
112 typedef struct _DMC64Image
111 { 113 {
112 int type, // Image type (D64_FMT_*) 114 int type, // Image type (D64_FMT_*)
113 fliType, // FLI type (if FLI used) 115 fliType, // FLI type (if FLI used)
114 laceType, // Interlace type (D64_ILACE_*) 116 laceType, // Interlace type (D64_ILACE_*)
115 laceBank1, // Interlace video bank indices 117 laceBank1, // Interlace video bank indices