From 1bb0ef8960c71ef505a351702bec54c01ba15e22 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 12 Oct 2017 14:57:26 +0100 Subject: Fixing spritesheet and fixed #12 --- yage/base/spritesheet.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'yage/base/spritesheet.h') diff --git a/yage/base/spritesheet.h b/yage/base/spritesheet.h index d44e1dc0..2ead0ba1 100644 --- a/yage/base/spritesheet.h +++ b/yage/base/spritesheet.h @@ -6,6 +6,9 @@ * ---------------------------------------------------------------------------- */ +/** @file + */ + #ifndef YAGE_SPRITESHEET_H #define YAGE_SPRITESHEET_H @@ -52,7 +55,8 @@ private: Texture texture_; details::SpriteMap fileLocations_; - details::SpriteMap parseJson(int &width, int &height, const std::string &jsonContent) const; + details::SpriteMap parseJson(int &width, int &height, + std::string jsonContent) const; }; } // namespace yage -- cgit