mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
12 lines
133 B
C
12 lines
133 B
C
|
#ifndef CRS_H
|
||
|
#define CRS_H
|
||
|
|
||
|
#include "projection.h"
|
||
|
|
||
|
namespace CRS
|
||
|
{
|
||
|
Projection projection(const QString &crs);
|
||
|
}
|
||
|
|
||
|
#endif // CRS_H
|