mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 01:23:53 +08:00
* change codebase * compile * add mapboxprovider * works with map_renderer in c * remove maplibre temp * maplibre works * cleanup build.sh * x86 stuff * add lib * update release files * don't need that * tici build * tici build * add tici lib * update refs --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
10 lines
199 B
C++
10 lines
199 B
C++
// Copyright (C) 2023 MapLibre contributors
|
|
|
|
// SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#include "export_core.hpp"
|
|
#include "map.hpp"
|
|
#include "settings.hpp"
|
|
#include "types.hpp"
|
|
#include "utils.hpp"
|