mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 10:46:53 +08:00
Removed misplaced include.
This commit is contained in:
parent
3d50bb59bb
commit
d30e5de5be
@ -72,7 +72,7 @@ void Skin_dispose (Skin* self) {
|
|||||||
FREE(self->name);
|
FREE(self->name);
|
||||||
FREE(self);
|
FREE(self);
|
||||||
}
|
}
|
||||||
#include <stdio.h>
|
|
||||||
void Skin_addAttachment (Skin* self, int slotIndex, const char* name, Attachment* attachment) {
|
void Skin_addAttachment (Skin* self, int slotIndex, const char* name, Attachment* attachment) {
|
||||||
_Entry* newEntry = _Entry_create(slotIndex, name, attachment);
|
_Entry* newEntry = _Entry_create(slotIndex, name, attachment);
|
||||||
newEntry->next = SUB_CAST(_Internal, self) ->entries;
|
newEntry->next = SUB_CAST(_Internal, self) ->entries;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user