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