core: convert equipment.c to C++

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-04-05 22:15:04 +07:00 committed by bstoeger
parent 19148d30e7
commit c5f96d877d
3 changed files with 43 additions and 43 deletions

View file

@ -87,7 +87,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/cochran.cpp \
core/deco.cpp \
core/divesite.cpp \
core/equipment.c \
core/equipment.cpp \
core/gas.cpp \
core/membuffer.cpp \
core/selection.cpp \