removed useless stufff

This commit is contained in:
2024-11-18 20:43:58 +03:00
parent b482a0bd99
commit 21ff315bc6
5 changed files with 1 additions and 60 deletions

View File

@@ -1,4 +1,3 @@
target_sources(omath PRIVATE
LineTracer.cpp
Cube.cpp
)

View File

@@ -1,13 +0,0 @@
//
// Created by vlad on 11/15/2024.
//
#include "omath/collision/Cube.h"
namespace omath::collision
{
bool Cube::IsCollideWith(const std::shared_ptr<ICollidable>& other)
{
}
}