FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
rect.h File Reference
#include <iostream>
#include "point.h"
+ Include dependency graph for rect.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FIFE::RectType< T >
 A Rectangle on screen. More...
 

Namespaces

 FIFE
 

Typedefs

typedef RectType< int32_t > FIFE::Rect
 
typedef RectType< float > FIFE::FloatRect
 
typedef RectType< double > FIFE::DoubleRect
 

Functions

template<typename T >
std::ostream & FIFE::operator<< (std::ostream &os, const RectType< T > &r)
 Stream output operator. More...