1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-12 12:30:33 +08:00

feat(gen): finish parsing ze_api.h

This commit is contained in:
源文雨
2026-03-22 23:38:41 +08:00
parent 64f95b23a7
commit d42d758aeb
43 changed files with 7235 additions and 32 deletions

View File

@@ -46,6 +46,7 @@ const (
symbolSubTypeEmptyStruct
symbolSubTypeLargeStruct
symbolSubTypeEnum
symbolSubTypeFuncPtr
)
type symbol struct {