mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-16 18:43:25 +00:00
dropped .dll/.so support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user