# HG changeset patch # User Matti Hamalainen # Date 1506255765 -10800 # Node ID 9edb17aa4a0a210873c678052cf6d05b3ec84916 # Parent fc5ee5b4b0e9aaaa16b9a38ff3aa815402f18d79 Forward declare typedef struct _DMC64Image; diff -r fc5ee5b4b0e9 -r 9edb17aa4a0a tools/lib64gfx.h --- 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)