changeset 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
files tools/lib64gfx.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sun Sep 24 15:22:12 2017 +0300
+++ b/tools/lib64gfx.h	Sun Sep 24 15:22:45 2017 +0300
@@ -107,7 +107,9 @@
 };
 
 
-typedef struct
+typedef struct _DMC64Image DMC64Image;
+
+typedef struct _DMC64Image
 {
     int type,       // Image type (D64_FMT_*)
         fliType,    // FLI type (if FLI used)