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