// // Created by Vlad on 3/22/2025. // #pragma once #include "omath/engines/unreal_engine/constants.hpp" #include "omath/projection/camera.hpp" #include "traits/camera_trait.hpp" namespace omath::unreal_engine { using Camera = projection::Camera; } // namespace omath::unreal_engine