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

@@ -10,7 +10,7 @@
#include <Windows.h>
#endif
#include <smath.hpp>
#include <smath/smath.hpp>
using smath::Vec2;
enum Color : uint8_t

View File

@@ -22,7 +22,7 @@
#include <print>
#include <random>
#include <smath.hpp>
#include <smath/smath.hpp>
auto main() -> int
{

View File

@@ -17,7 +17,7 @@
// #define SMATH_IMPLICIT_CONVERSIONS
#include <smath.hpp>
#include <smath/smath.hpp>
int main()
{