mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
Export
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
#include "ErrorCodes.hpp"
|
||||
#include <omath/Angle.hpp>
|
||||
#include <type_traits>
|
||||
|
||||
#include "../omath_export.h"
|
||||
|
||||
namespace omath::projection
|
||||
{
|
||||
class ViewPort final
|
||||
class OMATH_API ViewPort final
|
||||
{
|
||||
public:
|
||||
float m_width;
|
||||
@@ -28,7 +28,7 @@ namespace omath::projection
|
||||
using FieldOfView = const Angle<float, 0.f, 180.f, AngleFlags::Clamped>;
|
||||
|
||||
template<class Mat4x4Type, class ViewAnglesType>
|
||||
class Camera
|
||||
class OMATH_API Camera
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user