5 #ifndef TILESON_RECT_HPP
6 #define TILESON_RECT_HPP
15 inline Rect(
int x_,
int y_,
int width_,
int height_);
49 return !(rhs == *
this);
int height
Definition: Rect.hpp:23
int width
Definition: Rect.hpp:22
int y
Definition: Rect.hpp:21
bool operator==(const Rect &rhs) const
Definition: Rect.hpp:39
Rect()
Definition: Rect.hpp:26
int x
Definition: Rect.hpp:20
bool operator!=(const Rect &rhs) const
Definition: Rect.hpp:47
Definition: Base64.hpp:12