mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
[ios] Allowed to use C++ editor methods directly from Swift
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
13ba20aa25
commit
ef9618b3d6
6
editor/module.modulemap
Normal file
6
editor/module.modulemap
Normal file
@@ -0,0 +1,6 @@
|
||||
module OSMEditor {
|
||||
header "osm_auth.hpp"
|
||||
header "osm_editor.hpp"
|
||||
header "server_api.hpp"
|
||||
requires cplusplus
|
||||
}
|
||||
Reference in New Issue
Block a user