You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
407 B
9 lines
407 B
9 years ago
|
#include "modgmt_objects.h"
|
||
|
|
||
|
template<> const std::string ObjectGMTCoord::type="GMTCoord";
|
||
|
template<> const std::string ObjectGMTRegion::type="GMTRegion";
|
||
|
template<> const std::string ObjectGMTProjection::type="GMTProjection";
|
||
|
template<> const std::string ObjectGMTColor::type="GMTColor";
|
||
|
template<> const std::string ObjectGMTDash::type="GMTDash";
|
||
|
template<> const std::string ObjectGMTPen::type="GMTPen";
|