diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-11 11:22:00 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-12 11:18:12 -0800 |
commit | dcfda29da6d5539c602935f3518749942dad2153 (patch) | |
tree | 09d16c0933950f450c96af489c2d167a3db36648 /subsurface.pro | |
parent | 9edb7811ef3366cf5ee378a07adb7121fab8630a (diff) | |
download | subsurface-dcfda29da6d5539c602935f3518749942dad2153.tar.gz |
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>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 2469b8aa9..4853796c0 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -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 \ |