renamed headers

This commit is contained in:
Vladislav Alpatov
2025-03-21 04:17:42 +03:00
parent 35658b1f6d
commit b9ac44a901
23 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
// Created by Vlad on 2/23/2025.
//
#pragma once
#include "ProjPredEngine.hpp"
#include "proj_pred_engine.hpp"
namespace omath::projectile_prediction
{

View File

@@ -6,7 +6,7 @@
#include <optional>
#include "omath/Vector3.hpp"
#include "omath/projectile_prediction/ProjPredEngine.hpp"
#include "omath/projectile_prediction/proj_pred_engine.hpp"
#include "omath/projectile_prediction/Projectile.hpp"
#include "omath/projectile_prediction/Target.hpp"