fixed tests includes

This commit is contained in:
2025-03-21 04:58:28 +03:00
parent 68ac7f7b3d
commit e46067b0b9
13 changed files with 29 additions and 30 deletions

View File

@@ -2,9 +2,9 @@
// Created by Orange on 11/23/2024.
//
#include <gtest/gtest.h>
#include <omath/engines/opengl_engine//Camera.hpp>
#include <omath/engines/opengl_engine/Constants.hpp>
#include <omath/engines/opengl_engine/Formulas.hpp>
#include <omath/engines/opengl_engine/camera.hpp>
#include <omath/engines/opengl_engine/constants.hpp>
#include <omath/engines/opengl_engine/formulas.hpp>
TEST(UnitTestOpenGL, ForwardVector)