[OC] Add time and date in struct

This commit is contained in:
Florian Taillard 2011-05-09 13:54:03 +02:00 committed by Matteo Cypriani
parent 2bbe114c4b
commit 10e38bfc0b
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include <math.h>
struct point {
int date;
float time;
double lat, lon, alt;
} point;