mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
16 lines
362 B
C
16 lines
362 B
C
#ifndef SPINE_SPINE_H_
|
|
#define SPINE_SPINE_H_
|
|
|
|
#include <spine/Attachment.h>
|
|
#include <spine/Bone.h>
|
|
#include <spine/BoneData.h>
|
|
#include <spine/RegionAttachment.h>
|
|
#include <spine/Skeleton.h>
|
|
#include <spine/SkeletonData.h>
|
|
#include <spine/SkeletonJson.h>
|
|
#include <spine/Skin.h>
|
|
#include <spine/Slot.h>
|
|
#include <spine/SlotData.h>
|
|
|
|
#endif /* SPINE_SPINE_H_ */
|