mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 18:48:44 +08:00
20 lines
480 B
C
20 lines
480 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/RegionAttachment.h>
|
|
#include <spine-sfml/Atlas.h>
|
|
#include <spine-sfml/AtlasAttachmentLoader.h>
|
|
#include <spine-sfml/SkeletonJson.h>
|
|
#include <spine-sfml/Skeleton.h>
|
|
|
|
#endif /* SF_SPINE_H_ */
|