summaryrefslogtreecommitdiffstats
path: root/src/model/coordinates.h (plain)
blob: 386f8399775ea8f1023bac72ab94df55756c9aee
1
2
3
4
5
6
7
8
9
10
11
12
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.