Files
omath/source/projection/camera.cpp
2025-05-03 20:31:59 +03:00

9 lines
112 B
C++

//
// Created by Vlad on 27.08.2024.
//
#include "omath/projection/camera.hpp"
namespace omath::projection
{
}