1
0
forked from josh/j3ml
Files
j3ml-fork/include/J3ML/Geometry/Triangle.h

9 lines
69 B
C++

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