From 6264c37b15ce0381b7492bb7e164c57eee8d5ceb Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Jun 2018 15:05:17 +0000 Subject: [Travis] Rebuilding documentation --- texturecache_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'texturecache_8h_source.html') diff --git a/texturecache_8h_source.html b/texturecache_8h_source.html index 0c474266..9aa1f43f 100644 --- a/texturecache_8h_source.html +++ b/texturecache_8h_source.html @@ -108,18 +108,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
24 public:
25  TextureCache() = default;
26 
-
27  Texture getTexture(const std::string &texture_path, int x = 1, int y = 1);
+
27  Texture getTexture(std::string const &texture_path, int x = 1, int y = 1);
28 };
29 
30 } // namespace yage
+
yage::TextureCache::getTexture
Texture getTexture(std::string const &texture_path, int x=1, int y=1)
Definition: texturecache.cpp:17
yage::TextureCache::TextureCache
TextureCache()=default
yage::Texture
Definition: texture.h:17
yage::TextureCache
Definition: texturecache.h:19
-
yage::TextureCache::getTexture
Texture getTexture(const std::string &texture_path, int x=1, int y=1)
Definition: texturecache.cpp:17
-- cgit