2013-02-22 14:52:25 +01:00

18 lines
316 B
C++

#ifndef SKELETONJSON_H_
#define SKELETONJSON_H_
#include <spine/BaseSkeletonJson.h>
namespace spine {
class Atlas;
class SkeletonJson: public BaseSkeletonJson {
public:
SkeletonJson (Atlas *atlas);
SkeletonJson (BaseAttachmentLoader *attachmentLoader);
};
} /* namespace spine */
#endif /* SKELETONJSON_H_ */