#include <SDL2/SDL_rect.h>
#include <iosfwd>
#include <tuple>
Go to the source code of this file.
Classes | |
struct | point |
Holds a 2D point. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const point &point) |
std::ostream& operator<< | ( | std::ostream & | stream, |
const point & | point | ||
) |
Definition at line 22 of file point.cpp.
Referenced by point::operator/=().