Files
omath/source/collision/Cube.cpp

14 lines
192 B
C++

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