Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
10
generator/generator_tests/source_data.hpp
Normal file
10
generator/generator_tests/source_data.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
extern char const node_xml_data[];
|
||||
extern unsigned char const node_o5m_data[92];
|
||||
extern char const node2_xml_data[];
|
||||
extern unsigned char const node2_o5m_data[93];
|
||||
extern char const way_xml_data[];
|
||||
extern unsigned char const way_o5m_data[175];
|
||||
extern char const relation_xml_data[];
|
||||
extern unsigned char const relation_o5m_data[224];
|
||||
Loading…
Add table
Add a link
Reference in a new issue