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
2
divesite.c
Normal file
2
divesite.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/* divesite.c */
|
||||
#include "divesite.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue