Browse Source

Export module enums.

woollybah 6 năm trước cách đây
mục cha
commit
37692ce081
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      ctranslator.bmx

+ 7 - 0
ctranslator.bmx

@@ -6247,6 +6247,13 @@ End If
 							EmitIfcGlobalDecl(gdecl)
 							EmitIfcGlobalDecl(gdecl)
 							Continue
 							Continue
 						End If
 						End If
+
+						' enums
+						Local edecl:TEnumDecl=TEnumDecl( decl )
+						If edecl
+							EmitIfcEnumDecl(edecl)
+							Continue
+						EndIf
 					Next
 					Next
 
 
 				End If
 				End If