Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F145099
textureholder.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
995 B
Referenced Files
None
Subscribers
None
textureholder.h
View Options
#ifndef TEXTUREHOLDER_H
#define TEXTUREHOLDER_H
#include
<set>
#include
<SFML/Window.hpp>
#include
<SFML/Graphics.hpp>
#include
"data.h"
namespace
efc
{
std
::
set
<
int
>
getTerrainSet
();
}
class
TextureHolder
{
public
:
TextureHolder
();
// sf::Texture textureTiles;
// sf::Texture textureFaces;
// sf::Texture textureGui;
// sf::Texture textureMenu;
// sf::Texture textureSymbols;
// sf::Texture textureSeasons;
sf
::
Texture
backgroundDark
;
sf
::
Texture
textureCharacters
;
// sf::Texture textureGameBackground;
sf
::
Texture
textureBoardDiamond
;
sf
::
Texture
textureLetsBegin
;
sf
::
Texture
textureCardBase0
;
sf
::
Texture
textureCardBase1
;
sf
::
Texture
textureCardBase2
;
sf
::
Texture
textureCardBase3
;
std
::
array
<
sf
::
Texture
,
4
>
textureCardBases
;
std
::
map
<
int
,
std
::
map
<
int
,
int
>>
tilesDescription
;
std
::
map
<
int
,
std
::
string
>
tilesTxt
;
std
::
array
<
std
::
array
<
sf
::
Texture
,
4
>
,
4
>
cardsTextures
;
};
#endif
// TEXTUREHOLDER_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Aug 15, 7:41 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77304
Default Alt Text
textureholder.h (995 B)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline