src/math/sizef.cpp File Reference

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

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 29 of file sizef.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