summaryrefslogtreecommitdiffstats
path: root/src/model/coordinates.h (plain)
blob: 76209046968b98dce12968ce0e1ff1708f20d89d
1
2
3
4
5
6
7
8
9
10
11
struct
{
  sqlint32 coord_id;
  struct
  {
    short length;
    char data[50];
  } gi;
  double x;
  double y;
} coordinates;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.