aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/image.hpp')
-rw-r--r--src/utils/image.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/image.hpp b/src/utils/image.hpp
index b968652c..3ca973fd 100644
--- a/src/utils/image.hpp
+++ b/src/utils/image.hpp
@@ -30,6 +30,7 @@
#include <boost/filesystem.hpp>
#include <SDL/SDL.h>
#include <log4cpp/Category.hh>
+#include "dimension.hpp"
namespace usdx
{
@@ -60,6 +61,7 @@ namespace usdx
virtual ~Image();
const SDL_Surface* get_surface(void) const;
+ const Dimension<int> get_size(void) const;
};
};