#include "SgSystem.h"
#include "SgRect.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const SgRect &rect) |
See SgRect.h.
Definition in file SgRect.cpp.
std::ostream& operator<< | ( | std::ostream & | stream, | |
const SgRect & | rect | |||
) |
Definition at line 23 of file SgRect.cpp.
References SgRect::Bottom(), SgRect::Left(), SgRect::Right(), and SgRect::Top().