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) (unidiff)
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 @@
1struct
2{
3 sqlint32 coord_id;
4 struct
5 {
6 short length;
7 char data[50];
8 } gi;
9 double x;
10 double y;
11} coordinates;
12

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.