From 444f604df3c0c0cb9bcc143c0fcb3cb4e4ce0d96 Mon Sep 17 00:00:00 2001 From: badlogic Date: Wed, 6 Mar 2019 15:25:34 +0100 Subject: [PATCH] Fixed README of spine-cpp. --- spine-cpp/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spine-cpp/README.md b/spine-cpp/README.md index f4f5a523e..abd5ce3b1 100644 --- a/spine-cpp/README.md +++ b/spine-cpp/README.md @@ -8,7 +8,7 @@ This spine Runtime may only be used for personal or internal use, typically to e The spine Runtimes are developed with the intent to be used with data exported from spine. By purchasing spine, `Section 2` of the [spine Software License](https://esotericsoftware.com/files/license.txt) grants the right to create and distribute derivative works of the spine Runtimes. -## spine version +## Spine version spine-cpp works with data exported from spine 3.7.xx. @@ -19,6 +19,9 @@ spine-cpp supports all spine features. 1. Download the spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it as a zip via the download button above. 2. Copy the contents of the `spine-cpp/spine-cpp/src` and `spine-cpp/spine-cpp/include` directories into your project. Be sure your header search is configured to find the contents of the `spine-cpp/spine-cpp/include` directory. Note that the includes use `spine/Xxx.h`, so the `spine` directory cannot be omitted when copying the files. +## Usage +### [Please see the spine-cpp guide for full documentation](http://esotericsoftware.com/spine-cpp) + ## Extension Extending spine-cpp requires implementing both the `SpineExtension` class and the TextureLoader class: