1
0
forked from josh/j3ml
Files
j3ml-fork/include/J3ML/Geometry/Sphere.h
2024-01-25 14:01:19 -05:00

9 lines
67 B
C++

#pragma once
namespace Geometry
{
class Sphere
{
};
}