Yet Another Game Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
yage
core
texturecache.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "../data/texture.h"
13
14
#include <unordered_map>
15
16
namespace
yage
17
{
18
19
class
TextureCache
20
{
21
private
:
22
std::unordered_map<std::string, Texture> texture_map_;
23
24
public
:
25
TextureCache
() =
default
;
26
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
Generated on Sat Jun 23 2018 15:09:53 by
1.8.6