mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
10 lines
228 B
C++
10 lines
228 B
C++
// @todo(VB) files test.hpp and test.cpp should be generated with a script based on tests_list.sh file or *.pro files
|
|
#pragma once
|
|
|
|
struct android_app;
|
|
|
|
namespace routing_integration_tests
|
|
{
|
|
void test(android_app * state);
|
|
}
|