dropped .dll/.so support

This commit is contained in:
2024-12-23 13:47:28 +03:00
parent 4e3b85a313
commit b0156cec18
18 changed files with 95 additions and 118 deletions

View File

@@ -3,11 +3,10 @@
//
#pragma once
#include "omath/Vector3.hpp"
#include "omath/omath_export.hpp"
namespace omath
{
class OMATH_API Triangle3d final
class Triangle3d final
{
public:
Triangle3d(const Vector3& vertex1, const Vector3& vertex2, const Vector3& vertex3);