mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-07 14:54:00 +01:00
10 lines
96 B
C
10 lines
96 B
C
|
#ifndef TIMETYPE_H
|
||
|
#define TIMETYPE_H
|
||
|
|
||
|
enum TimeType {
|
||
|
Total,
|
||
|
Moving
|
||
|
};
|
||
|
|
||
|
#endif // TIMETYPE_H
|