[ios] Allowed to use C++ editor methods directly from Swift

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-03 20:41:05 +02:00
committed by Konstantin Pastbin
parent 13ba20aa25
commit ef9618b3d6
6 changed files with 24 additions and 6 deletions

6
editor/module.modulemap Normal file
View File

@@ -0,0 +1,6 @@
module OSMEditor {
header "osm_auth.hpp"
header "osm_editor.hpp"
header "server_api.hpp"
requires cplusplus
}