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:
Dirk Hohndel 2015-02-11 11:22:00 -08:00
parent 9edb7811ef
commit dcfda29da6
4 changed files with 52 additions and 0 deletions

View file

@ -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 \