Mana
|
#include "resources/image.h"
#include <SDL.h>
#include <guichan/color.hpp>
#include <guichan/graphics.hpp>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
struct | ImageRect |
An image reference along with the margins specifying how to render this image at different sizes. More... | |
class | Graphics |
A central point of control for graphics. More... | |
Enumerations | |
enum class | FillMode { Stretch , Repeat } |
Variables | |
Graphics * | graphics |
|
strong |
Enumerator | |
---|---|
Stretch | |
Repeat |
Definition at line 36 of file graphics.h.
|
extern |
Definition at line 104 of file client.cpp.