light/modules/surface/constants.cppm
light7734 90c0147660
Some checks reported errors
continuous-integration/drone/push Build was killed
wip: convert from include style to module import style :D
2025-11-14 18:58:02 +03:30

7 lines
145 B
C++

export module surface.constants;
export namespace lt::surface::constants {
constexpr auto *class_name = "light_engine_window_class_name:3";
}