mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 00:58:43 +08:00
Merge pull request #486 from tsteinholz/master
[SFML] Fixed include statments
This commit is contained in:
commit
18850d9830
@ -30,12 +30,6 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include <spine/spine-sfml.h>
|
||||
#include <spine/extension.h>
|
||||
#include <SFML/Graphics/Vertex.hpp>
|
||||
#include <SFML/Graphics/VertexArray.hpp>
|
||||
#include <SFML/Graphics/Texture.hpp>
|
||||
#include <SFML/Graphics/RenderTarget.hpp>
|
||||
#include <SFML/Graphics/RenderStates.hpp>
|
||||
|
||||
#ifndef SPINE_MESH_VERTEX_COUNT_MAX
|
||||
#define SPINE_MESH_VERTEX_COUNT_MAX 1000
|
||||
|
||||
@ -34,8 +34,12 @@
|
||||
|
||||
#define SPINE_SHORT_NAMES
|
||||
#include <spine/spine.h>
|
||||
#include <spine/extension.h>
|
||||
#include <SFML/Graphics/Vertex.hpp>
|
||||
#include <SFML/Graphics/VertexArray.hpp>
|
||||
#include <SFML/Graphics/Texture.hpp>
|
||||
#include <SFML/Graphics/RenderTarget.hpp>
|
||||
#include <SFML/Graphics/RenderStates.hpp>
|
||||
|
||||
namespace spine {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user