added more files

This commit is contained in:
2026-02-19 00:54:59 +03:00
parent d0f3e5059a
commit 49319a1c7c
5 changed files with 141 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
//
// Created by Vlad on 3/22/2025.
//
#pragma once
#include "omath/engines/cry_engine/constants.hpp"
#include "omath/projection/camera.hpp"
#include "traits/camera_trait.hpp"
namespace omath::cry_engine
{
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait>;
} // namespace omath::cry_engine