2013-02-22 14:52:25 +01:00

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_ */