From a773d45885eac803e794c622a4dfae3f03cc5cb1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/bmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bmp.h') diff --git a/src/bmp.h b/src/bmp.h index d508078bc..daf02c28d 100644 --- a/src/bmp.h +++ b/src/bmp.h @@ -5,6 +5,8 @@ #ifndef BMP_H #define BMP_H +#include "gfx_type.h" + struct BmpInfo { uint32 offset; ///< offset of bitmap data from .bmp file begining uint32 width; ///< bitmap width -- cgit v1.2.3-70-g09d2