浏览代码

FIX struct definition

pinguin999 11 年之前
父节点
当前提交
92c8dcea13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-c/include/spine/SkeletonData.h

+ 1 - 1
spine-c/include/spine/SkeletonData.h

@@ -42,7 +42,7 @@
 extern "C" {
 #endif
 
-typedef struct {
+typedef struct spSkeletonData{
 	const char* version;
 	const char* hash;
 	float width, height;