Merge branch 'main' of https://github.com/NickJohn547745/XPlor into feature/parse_menu_items

This commit is contained in:
= 2025-01-11 10:34:43 -05:00
commit 0548e383ce
2 changed files with 4 additions and 10 deletions

View File

@ -18,12 +18,9 @@ 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

View File

@ -64,9 +64,6 @@
#include <Qt3DExtras/QNormalDiffuseMapMaterial> #include <Qt3DExtras/QNormalDiffuseMapMaterial>
#include <windows.h> #include <windows.h>
#include <dxcapi.h>
#include <atlbase.h>
#include <atlcom.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
namespace Ui { namespace Ui {