LeviLamina
Loading...
Searching...
No Matches
Rect.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cg::math {
6
7template <typename T0>
8struct Rect {};
9
10} // namespace cg::math
Definition Rect.h:8