src/math/size.cpp File Reference

#include "math/size.hpp"
#include <ostream>
#include "math/sizef.hpp"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const Size &size)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const Size size 
)

Definition at line 29 of file size.cpp.

00030 {
00031   return s << "Size(" << size.width << ", " << size.height << ")";
00032 }


Generated on Mon Jun 9 03:38:26 2014 for SuperTux by  doxygen 1.5.1