9 lines
92 B
C++
9 lines
92 B
C++
//
|
|
// Created by dawsh on 7/10/24.
|
|
//
|
|
|
|
#ifndef RECT_HPP
|
|
#define RECT_HPP
|
|
|
|
#endif //RECT_HPP
|