mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-25 03:01:26 +08:00
NDK compiler was fussing about the location of the #include <spine/Extension.h> line; needs to be first.
This commit is contained in:
parent
6b585ae151
commit
24a3811049
@ -31,9 +31,9 @@
|
||||
#ifndef Spine_ContainerUtil_h
|
||||
#define Spine_ContainerUtil_h
|
||||
|
||||
#include <spine/Extension.h>
|
||||
#include <spine/Vector.h>
|
||||
#include <spine/HashMap.h>
|
||||
#include <spine/Extension.h>
|
||||
|
||||
#include <string>
|
||||
#include <assert.h>
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
#ifndef Spine_HashMap_h
|
||||
#define Spine_HashMap_h
|
||||
|
||||
#include <spine/Extension.h>
|
||||
#include <spine/Vector.h>
|
||||
|
||||
namespace Spine
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
#ifndef Spine_Pool_h
|
||||
#define Spine_Pool_h
|
||||
|
||||
#include <spine/Extension.h>
|
||||
#include <spine/Vector.h>
|
||||
#include <spine/ContainerUtil.h>
|
||||
#include <spine/Extension.h>
|
||||
|
||||
namespace Spine
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user