dev #2

Merged
Giovanni-Josserand merged 13 commits from dev into main 2025-07-14 21:32:59 +00:00
157 changed files with 1963 additions and 107 deletions
Showing only changes of commit 04a2663a46 - Show all commits

View File

@ -1,10 +0,0 @@
#ifndef FEATURE_H
#define FEATURE_H
#include <string>
struct Feature {
std::string name;
int value;
};
#endif // FEATURE_H

View File

@ -11,21 +11,22 @@ CONFIG += c++17
SOURCES += \
character.cpp \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
notepad.cpp
HEADERS += \
Feature.h \
Possession.h \
Skill.h \
SpecialSkill.h \
Weapon.h \
character.h \
mainwindow.h
mainwindow.h \
notepad.h \
FORMS += \
mainwindow.ui
mainwindow.ui \
notepad.ui \
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
data.qrc

Some files were not shown because too many files have changed in this diff Show More