Browse Source

FIX struct definition

pinguin999 11 năm trước cách đây
mục cha
commit
92c8dcea13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;