mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-08 16:24:35 +00:00
b7210dec4c
fix patch
14 lines
344 B
C++
14 lines
344 B
C++
//
|
|
// Created by Codex on 6/3/2026.
|
|
//
|
|
|
|
#pragma once
|
|
#include "omath/engines/rage_engine/constants.hpp"
|
|
#include "omath/projection/camera.hpp"
|
|
#include "traits/camera_trait.hpp"
|
|
|
|
namespace omath::rage_engine
|
|
{
|
|
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, NDCDepthRange::ZERO_TO_ONE>;
|
|
} // namespace omath::rage_engine
|