YAPOG  0.0.1
Yet Another Pokemon Online Game
IDrawingContext.hpp File Reference
#include <SFML/Graphics/RenderTarget.hpp>
#include <SFML/Graphics/Drawable.hpp>
#include <SFML/Graphics/Color.hpp>
#include "YAPOG/Macros.hpp"
#include "YAPOG/System/String.hpp"
#include "YAPOG/Graphics/Vector2.hpp"
Include dependency graph for IDrawingContext.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yap::IDrawingContext
 A context to render graphical objects. Possesses a set of Camera associated to each CameraMode. More...

Namespaces

namespace  yap

Typedefs

typedef String yap::CameraMode
 Mode name associated to a Camera.