removed useless source files

This commit is contained in:
2025-05-04 19:03:18 +03:00
parent 49ea113348
commit ce08fcdd29
4 changed files with 0 additions and 39 deletions

View File

@@ -1,12 +0,0 @@
//
// Created by vlad on 2/4/24.
//
#include "omath/color.hpp"
#include <algorithm>
#include <cmath>
namespace omath
{
}

View File

@@ -1,9 +0,0 @@
//
// Created by Vlad on 2/23/2025.
//
#include "omath/projectile_prediction/proj_pred_engine.hpp"
namespace omath::projectile_prediction
{
} // namespace omath::projectile_prediction

View File

@@ -1,10 +0,0 @@
//
// Created by Vlad on 6/9/2024.
//
#include "omath/projectile_prediction/projectile.hpp"
namespace omath::prediction
{
}

View File

@@ -1,8 +0,0 @@
//
// Created by Vlad on 27.08.2024.
//
#include "omath/projection/camera.hpp"
namespace omath::projection
{
}