mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
14 lines
192 B
C++
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)
|
|
{
|
|
|
|
}
|
|
}
|