27 files changed, 179 insertions, 549 deletions
diff --git a/src/model/coordinates.h b/src/model/coordinates.h deleted file mode 100644 index 7620904..0000000 --- a/src/model/coordinates.h +++ b/dev/null @@ -1,11 +0,0 @@ -struct -{ - sqlint32 coord_id; - struct - { - short length; - char data[50]; - } gi; - double x; - double y; -} coordinates; |