add of menu ui, structures and declaration of Chracter class

This commit is contained in:
2025-06-22 18:22:32 +02:00
parent 99eabc1a72
commit bd23eb5793
444 changed files with 674 additions and 0 deletions
+7
View File
@@ -9,10 +9,17 @@ CONFIG += c++17
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
character.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
Feature.h \
Possession.h \
Skill.h \
SpecialSkill.h \
Weapon.h \
character.h \
mainwindow.h
FORMS += \