Extracted submodule

This commit is contained in:
Robert 2021-04-18 17:58:08 +02:00
commit 7c814c591b
15 changed files with 757 additions and 0 deletions

8
include/osmp.hpp Normal file
View file

@ -0,0 +1,8 @@
#pragma once
#include <osmobject.hpp>
#include <osmnode.hpp>
#include <osmway.hpp>
#include <osmtag.hpp>
#include <osmrelation.hpp>
#include <osmimember.hpp>