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 @@
#include <omath/Vector3.hpp>
#include <algorithm>
#include "omath_export.h"
namespace omath
{
class Vector4 : public Vector3
class OMATH_API Vector4 : public Vector3
{
public:
float w;