2013-02-20 01:25:52 +01:00

15 lines
234 B
C++

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