mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
dropped .dll/.so support
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
#pragma once
|
||||
#include "Constants.h"
|
||||
#include "omath/projection/Camera.hpp"
|
||||
#include "omath/omath_export.hpp"
|
||||
|
||||
namespace omath::source
|
||||
{
|
||||
class OMATH_API Camera final : public projection::Camera<Mat4x4, ViewAngles>
|
||||
class Camera final : public projection::Camera<Mat4x4, ViewAngles>
|
||||
{
|
||||
public:
|
||||
Camera(const Vector3& position, const ViewAngles& viewAngles, const projection::ViewPort& viewPort,
|
||||
|
||||
Reference in New Issue
Block a user