aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texturecache.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-07 13:30:32 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-07 13:30:32 +0100
commit5356fc4701eeccc5f5c85df2890f60f0cdf99a4b (patch)
treed9a565117954d0c6bc74ba358e3540b5a8fbda11 /yage/core/texturecache.h
parentc981a77fd21c9220587ca3889fb99a05dcc1f6c3 (diff)
downloadYAGE-5356fc4701eeccc5f5c85df2890f60f0cdf99a4b.tar.gz
YAGE-5356fc4701eeccc5f5c85df2890f60f0cdf99a4b.zip
Removing rapidjson dependency
Diffstat (limited to 'yage/core/texturecache.h')
-rw-r--r--yage/core/texturecache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yage/core/texturecache.h b/yage/core/texturecache.h
index fbedab9d..8b34d39e 100644
--- a/yage/core/texturecache.h
+++ b/yage/core/texturecache.h
@@ -25,7 +25,6 @@ public:
TextureCache() = default;
Texture getTexture(const std::string &texture_path, int x = 1, int y = 1);
- Texture getTextureFromSpriteSheet();
};
} // namespace yage