import std

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-05 03:17:42 +03:00
parent 9d39cd9a38
commit 2e38196ea5
9 changed files with 63 additions and 21 deletions

View File

@@ -2,12 +2,12 @@ module;
#include "util.h"
#include <stdexcept>
#include <wayland-server.h>
export module LunarWM.wl.Subsurface;
import std;
namespace LunarWM {
namespace wl {