Added serializable structs for zone file, localize asset, and rawfile asset.

This commit is contained in:
= 2025-01-11 01:07:54 -05:00
parent 15866b4f53
commit 9407f1d23e

View File

@ -18,9 +18,12 @@ SOURCES += \
HEADERS += \ HEADERS += \
enums.h \ enums.h \
localize.h \
mainwindow.h \ mainwindow.h \
rawfile.h \
structs.h \ structs.h \
utils.h utils.h \
zone.h
FORMS += \ FORMS += \
mainwindow.ui mainwindow.ui