Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
705 B
Referenced Files
None
Subscribers
None
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

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)

Event Timeline