mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 18:26:52 +08:00
[cpp] Add stdint.h for VS2019 build tools. Closes #1498.
This commit is contained in:
parent
6e4a6925a2
commit
8ba4bf269b
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
#include <spine/ContainerUtil.h>
|
#include <spine/ContainerUtil.h>
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
using namespace spine;
|
using namespace spine;
|
||||||
|
|
||||||
Animation::Animation(const String &name, Vector<Timeline *> &timelines, float duration) :
|
Animation::Animation(const String &name, Vector<Timeline *> &timelines, float duration) :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user