mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Include guards.
This commit is contained in:
parent
701f16dc71
commit
1c74777487
@ -23,6 +23,9 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef SPINE_COCOS2DX_H_
|
||||
#define SPINE_COCOS2DX_H_
|
||||
|
||||
#include <spine/spine.h>
|
||||
#include "cocos2d.h"
|
||||
|
||||
@ -72,3 +75,5 @@ typedef struct {
|
||||
} Cocos2dxRegionAttachment;
|
||||
|
||||
}
|
||||
|
||||
#endif /* SPINE_COCOS2DX_H_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user