From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- classyage_1_1ResourceManager.html | 192 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 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..cbef15f3 --- /dev/null +++ b/classyage_1_1ResourceManager.html @@ -0,0 +1,192 @@ + + + + + + +YAGE: yage::ResourceManager Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+ +
+
yage::ResourceManager Class Reference
+
+
+ +

#include <resourcemanager.h>

+ + + + +

+Static Public Member Functions

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

+Static Private Attributes

static TextureCache texture_cache_
 
+

Member Function Documentation

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

Member Data Documentation

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