Files
omath/source/Vector2.cpp

11 lines
106 B
C++

//
// Created by Vlad on 02.09.2024.
//
#include "omath/Vector2.h"
#include <cmath>
namespace omath
{
}