Add object system skeleton

This commit is contained in:
Andrew nuark G 2020-12-15 23:43:04 +07:00
parent ad58471ad1
commit 96a8e7c586
3 changed files with 19 additions and 0 deletions

View file

@ -21,6 +21,7 @@ SOURCES += \
storageeditdialog.cpp \
system/apparatus.cpp \
system/auth_system.cpp \
system/object_system.cpp \
usereditdialog.cpp \
vesseleditdialog.cpp
@ -38,6 +39,7 @@ HEADERS += \
storageeditdialog.h \
system/apparatus.h \
system/auth_system.h \
system/object_system.h \
usereditdialog.h \
vesseleditdialog.h