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