Files
comaps/libs/editor/module.modulemap
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

7 lines
126 B
Plaintext

module OSMEditor {
header "osm_auth.hpp"
header "osm_editor.hpp"
header "server_api.hpp"
requires cplusplus
}