mirror of https://github.com/nmlgc/ReC98.git
4 lines
67 B
C++
4 lines
67 B
C++
|
template <class T> struct area_t {
|
||
|
T left, right, top, bottom;
|
||
|
};
|