From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- classyage_1_1ResourceManager.html | 171 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 classyage_1_1ResourceManager.html (limited to 'classyage_1_1ResourceManager.html') diff --git a/classyage_1_1ResourceManager.html b/classyage_1_1ResourceManager.html new file mode 100644 index 00000000..e8db36b8 --- /dev/null +++ b/classyage_1_1ResourceManager.html @@ -0,0 +1,171 @@ + + + + + + + +YAGE: yage::ResourceManager Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage::ResourceManager Class Reference
+
+
+ +

#include <resourcemanager.hpp>

+ + + + +

+Static Public Member Functions

static Texture getTexture (const std::string &texture_path)
 
+ + + +

+Static Private Attributes

static TextureCache texture_cache_
 
+

Member Function Documentation

+ +

◆ getTexture()

+ +
+
+ + + + + +
+ + + + + + + + +
Texture yage::ResourceManager::getTexture (const std::string & texture_path)
+
+static
+
+ +
+
+

Member Data Documentation

+ +

◆ texture_cache_

+ +
+
+ + + + + +
+ + + + +
TextureCache yage::ResourceManager::texture_cache_
+
+staticprivate
+
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit