2d-platformer/Engine-Core/include/Math/Rect.h

12 lines
72 B
C++

#pragma once
namespace math
{
template<typename T>
class Rect
{
};
}