FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
camera.h File Reference
#include <string>
#include <map>
#include <algorithm>
#include <SDL.h>
#include "model/structures/location.h"
#include "util/structures/rect.h"
#include "util/math/matrix.h"
#include "video/animation.h"
#include "rendererbase.h"
+ Include dependency graph for camera.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FIFE::Camera
 Camera describes properties of a view port shown in the main screen Main screen can have multiple cameras active simultanously Different cameras can have different properties, like location to shoot, zoom or tilt. More...
 

Namespaces

 FIFE
 

Typedefs

typedef Point3D FIFE::ScreenPoint
 
typedef std::map< Layer *, RenderList > FIFE::t_layer_to_instances