mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +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);
|
||||
}
|
||||
#include <stdio.h>
|
||||
|
||||
void Skin_addAttachment (Skin* self, int slotIndex, const char* name, Attachment* attachment) {
|
||||
_Entry* newEntry = _Entry_create(slotIndex, name, attachment);
|
||||
newEntry->next = SUB_CAST(_Internal, self) ->entries;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user