mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-19 16:26:40 +08:00
20 lines
493 B
C
20 lines
493 B
C
#ifndef SPINE_SPINE_H_
|
|
#define SPINE_SPINE_H_
|
|
|
|
#include <spine/Animation.h>
|
|
#include <spine/Atlas.h>
|
|
#include <spine/AtlasAttachmentLoader.h>
|
|
#include <spine/Attachment.h>
|
|
#include <spine/AttachmentLoader.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_ */
|