summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2009-06-13 21:50:23 (GMT)
committer Don Pellegrino <don@drexel.edu>2009-06-13 21:50:23 (GMT)
commit02ef5481e03d47c0bafcae531f8e53a9dea4a7b8 (patch) (side-by-side diff)
treea0a776efb14ed860c72ab0b3b160db21a71d72f0
parent4459e82efa9e8f52e52b03ac01bd865fc38babd0 (diff)
downloadexp005-02ef5481e03d47c0bafcae531f8e53a9dea4a7b8.zip
exp005-02ef5481e03d47c0bafcae531f8e53a9dea4a7b8.tar.gz
exp005-02ef5481e03d47c0bafcae531f8e53a9dea4a7b8.tar.bz2
Added use of database.
-rw-r--r--src/model/coordinates.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/model/coordinates.h b/src/model/coordinates.h
new file mode 100644
index 0000000..386f839
--- a/dev/null
+++ b/src/model/coordinates.h
@@ -0,0 +1,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.