The Battle for Wesnoth  1.19.0-dev
Classes | Functions
point.hpp File Reference
#include <SDL2/SDL_rect.h>
#include <iosfwd>
#include <tuple>
Include dependency graph for point.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const point point 
)

Definition at line 22 of file point.cpp.