From 1715d0afe44a282a356ca88e47c92ec556f094dd Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 27 Mar 2009 01:42:53 +0100 Subject: Fixed include structure in resource/ directory There is also a new rule that trivial constructors and destructors should no longer be trivially "documented", since this just takes up space with no gain. --- src/resources/imageloader.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/resources/imageloader.h') diff --git a/src/resources/imageloader.h b/src/resources/imageloader.h index 1d6c9ae4..d3207715 100644 --- a/src/resources/imageloader.h +++ b/src/resources/imageloader.h @@ -22,11 +22,11 @@ #ifndef IMAGELOADER_H #define IMAGELOADER_H -#include - #include #include +#include + class Image; struct SDL_Surface; @@ -35,6 +35,7 @@ class ProxyImage : public gcn::Image public: ProxyImage(SDL_Surface *); ~ProxyImage(); + void free(); int getWidth() const; int getHeight() const; -- cgit v1.2.3-70-g09d2