dropped .dll/.so support

This commit is contained in:
2024-12-23 13:47:28 +03:00
parent 4e3b85a313
commit b0156cec18
18 changed files with 95 additions and 118 deletions

View File

@@ -5,11 +5,10 @@
#pragma once
#include <tuple>
#include <cmath>
#include "omath/omath_export.hpp"
namespace omath
{
class OMATH_API Vector2
class Vector2
{
public:
float x = 0.f;