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