mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Removed old structs.
This commit is contained in:
parent
4edc23ac2f
commit
55d374f2ee
@ -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_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user