added more classes

This commit is contained in:
2025-02-23 09:57:29 +03:00
parent d9684ff73f
commit 28a35d5bc9
13 changed files with 213 additions and 26 deletions

View File

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