mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add dive site data structure
This leaves location and gps coordinates in the struct dive to allow a step by step migration. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9edb7811ef
commit
dcfda29da6
4 changed files with 52 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ HEADERS = \
|
|||
display.h \
|
||||
dive.h \
|
||||
divelist.h \
|
||||
divesite.h \
|
||||
file.h \
|
||||
gettextfromc.h \
|
||||
gettext.h \
|
||||
|
|
@ -119,6 +120,7 @@ SOURCES = \
|
|||
device.c \
|
||||
dive.c \
|
||||
divelist.c \
|
||||
divesite.c \
|
||||
equipment.c \
|
||||
file.c \
|
||||
gettextfromc.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue