#include "sdl/point.hpp"#include "sdl/rect.hpp"#include <cmath>#include <algorithm>#include <ostream>Go to the source code of this file.
Functions | |
| bool | operator== (const SDL_Rect &a, const SDL_Rect &b) |
| bool | operator!= (const SDL_Rect &a, const SDL_Rect &b) |
| std::ostream & | operator<< (std::ostream &s, const SDL_Rect &r) |
| std::ostream & | operator<< (std::ostream &s, const rect &r) |
| bool operator!= | ( | const SDL_Rect & | a, |
| const SDL_Rect & | b | ||
| ) |
Definition at line 28 of file rect.cpp.
References b, and operator==().
| std::ostream& operator<< | ( | std::ostream & | s, |
| const rect & | r | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const SDL_Rect & | r | ||
| ) |
| bool operator== | ( | const SDL_Rect & | a, |
| const SDL_Rect & | b | ||
| ) |