1
0
mirror of https://github.com/slendidev/smath.git synced 2026-03-17 02:26:50 +02:00

Move smath.hpp to smath/smath.hpp

This is done in preparation for optional interop headers for different
libraries.

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-12 00:40:20 +02:00
parent 6f9e8814b1
commit 2a161e36ab
11 changed files with 24 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
module;
#include "smath.hpp"
#include "smath/smath.hpp"
export module smath;