diff tools/libgfx.h @ 2047:3829c292df02

Add 'cdump' image output format, mainly for debugging purposes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Dec 2018 15:22:11 +0200
parents ee9bbf891352
children 3617ef01c1de
line wrap: on
line diff
--- a/tools/libgfx.h	Fri Nov 30 08:01:46 2018 +0200
+++ b/tools/libgfx.h	Mon Dec 03 15:22:11 2018 +0200
@@ -25,6 +25,7 @@
     DM_IMGFMT_IFF,
     DM_IMGFMT_RAW,
     DM_IMGFMT_ARAW,
+    DM_IMGFMT_CDUMP,
 };