From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- resourcemanager_8h_source.html | 154 ----------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 resourcemanager_8h_source.html (limited to 'resourcemanager_8h_source.html') diff --git a/resourcemanager_8h_source.html b/resourcemanager_8h_source.html deleted file mode 100644 index 585b62b2..00000000 --- a/resourcemanager_8h_source.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -YAGE: yage/core/resourcemanager.h Source File - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
-
-
resourcemanager.h
-
-
-Go to the documentation of this file.
1 
-
17 #ifndef RESOURCE_MANAGER_H
-
18 #define RESOURCE_MANAGER_H
-
19 
-
20 #include "texture.h"
-
21 #include "texturecache.h"
-
22 
-
23 #include <string>
-
24 
-
25 namespace yage
-
26 {
-
27 
- -
29 {
-
30 private:
- -
32 
-
33 public:
-
34  static Texture getTexture(const std::string &texture_path);
-
35 };
-
36 
-
37 } // namespace yage
-
38 
-
39 #endif
-
static TextureCache texture_cache_
Definition: resourcemanager.h:31
-
Definition: resourcemanager.h:28
- - -
static Texture getTexture(const std::string &texture_path)
Definition: resourcemanager.cpp:16
-
Definition: texture.h:17
-
Definition: texturecache.h:19
-
-
- - - - -- cgit