Removed old structs.

This commit is contained in:
NathanSweet 2013-04-19 15:45:10 +02:00
parent 4edc23ac2f
commit 55d374f2ee

View File

@ -32,20 +32,6 @@
namespace spine {
typedef struct {
AtlasPage super;
sf::Texture* texture;
} SfmlAtlasPage;
/**/
class SkeletonDrawable;
typedef struct {
Skeleton super;
SkeletonDrawable* const drawable;
} SfmlSkeleton;
class SkeletonDrawable: public sf::Drawable {
public:
Skeleton* skeleton;
@ -61,13 +47,5 @@ public:
virtual void draw (sf::RenderTarget& target, sf::RenderStates states) const;
};
/**/
typedef struct {
RegionAttachment super;
sf::Vertex vertices[4];
sf::Texture* texture;
} SfmlRegionAttachment;
} /* namespace spine */
#endif /* SPINE_SFML_H_ */