Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F130743
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
705 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/boardelem.h b/boardelem.h
index cee3857..b41a0e8 100644
--- a/boardelem.h
+++ b/boardelem.h
@@ -1,34 +1,24 @@
#ifndef BOARDELEM_H
#define BOARDELEM_H
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include "tilemap.h"
#include "textureholder.h"
namespace efc {
sf::RectangleShape createNeighbour(int pos);
class BoardElem: public sf::Sprite
{
public:
BoardElem();
BoardElem(int pos, int type);
int pos;
int type;
sf::Texture* textureTiles;
-private:
-
-// const sf::Texture* textureElem;
- static const sf::Texture& textureElem2;
-
-
-
-
-// TextureHolder *textures;
-// TextureHolder myHolder;
};
}
#endif // BOARDELEM_H
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jun 15, 11:35 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69907
Default Alt Text
(705 B)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline