mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
removed useless stufff
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
target_sources(omath PRIVATE
|
||||
LineTracer.cpp
|
||||
Cube.cpp
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user