This commit is contained in:
Saikari
2024-12-17 04:55:13 +03:00
committed by GitHub
parent fb3bb115c8
commit 7ff8eb0fb2
20 changed files with 72 additions and 38 deletions

View File

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