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

@@ -1,9 +1,6 @@
module;
#include <cmath>
#include <stdexcept>
#include <type_traits>
#include <vector>
import std;
export module LunarWM.Math;