mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Geo taxonomy: add the taxonomy information to dive sites
Make the helper functions handle it as well Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
36657c019b
commit
53b805131e
2 changed files with 17 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define DIVESITE_H
|
||||
|
||||
#include "units.h"
|
||||
#include "taxonomy.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -17,6 +18,7 @@ struct dive_site
|
|||
degrees_t latitude, longitude;
|
||||
char *description;
|
||||
char *notes;
|
||||
struct taxonomy_data taxonomy;
|
||||
};
|
||||
|
||||
struct dive_site_table {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue