5#ifndef TILESON_RECT_HPP
6#define TILESON_RECT_HPP
15 inline Rect(
int x_,
int y_,
int width_,
int height_);
44 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:34
int x
Definition Rect.hpp:20
bool operator!=(const Rect &rhs) const
Definition Rect.hpp:42