From cfc626d78d23ae80a69d145621942f2cae6371f4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 16 Nov 2015 07:00:09 +0100 Subject: GRAPHICS: Implemented utility function to print PixelFormat --- graphics/pixelformat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/pixelformat.h') diff --git a/graphics/pixelformat.h b/graphics/pixelformat.h index 00db6702fc..3e6c53b05f 100644 --- a/graphics/pixelformat.h +++ b/graphics/pixelformat.h @@ -24,6 +24,7 @@ #define GRAPHICS_PIXELFORMAT_H #include "common/scummsys.h" +#include "common/str.h" namespace Graphics { @@ -260,6 +261,8 @@ struct PixelFormat { // Unsupported return 0; } + + Common::String toString(); }; } // End of namespace Graphics -- cgit v1.2.3