Add vessel entity

This commit is contained in:
Andrew nuark G 2020-12-15 16:57:12 +07:00
parent d00ec79847
commit b0edbda4fe
3 changed files with 55 additions and 0 deletions

View file

@ -15,6 +15,7 @@ SOURCES += \
entities/cargo_entity.cpp \
entities/dpoint_entity.cpp \
entities/storage_entity.cpp \
entities/vessel_entity.cpp \
main.cpp \
storageeditdialog.cpp \
usereditdialog.cpp \
@ -27,6 +28,7 @@ HEADERS += \
entities/cargo_entity.h \
entities/dpoint_entity.h \
entities/storage_entity.h \
entities/vessel_entity.h \
storageeditdialog.h \
usereditdialog.h \
vesseleditdialog.h