mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[traffxml] Add module
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
14
traffxml/traff_model_xml.hpp
Normal file
14
traffxml/traff_model_xml.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "traffxml/traff_model.hpp"
|
||||
|
||||
namespace pugi
|
||||
{
|
||||
class xml_document;
|
||||
class xml_node;
|
||||
} // namespace pugi
|
||||
|
||||
namespace traffxml
|
||||
{
|
||||
bool ParseTraff(pugi::xml_document const & document, TraffFeed & feed);
|
||||
} // namespace traffxml
|
||||
Reference in New Issue
Block a user