mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
11 lines
108 B
C++
11 lines
108 B
C++
//
|
|
// Created by Vlad on 02.09.2024.
|
|
//
|
|
#include "omath/Vector2.hpp"
|
|
#include <cmath>
|
|
|
|
|
|
namespace omath
|
|
{
|
|
|
|
} |