Include guards.

This commit is contained in:
NathanSweet 2013-04-02 04:53:02 +02:00
parent 701f16dc71
commit 1c74777487

View File

@ -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_ */