#include "../Gui/Pointer.h"#include "../Resources/Font.h"#include "../Resources/Image.h"#include "../Resources/Skin.h"#include "../Utility/Common.h"#include "../Utility/Configuration.h"#include "../Utility/Exception.h"#include "../Utility/Logger.h"#include "../Utility/Singleton.h"#include "../Gui/Pointer.h"#include "../Resources/Font.h"#include "../Resources/Skin.h"#include "../Utility/Configuration.h"Classes | |
| class | Renderer |
| Renderer base class. More... | |
Defines | |
| #define | COLOR_NORMAL Color4ub(255, 255, 255, 255) |
| #define | COLOR_WHITE Color4ub(255, 255, 255, 255) |
| #define | COLOR_RED Color4ub(255, 0, 0, 255) |
| #define | COLOR_GREEN Color4ub(0, 255, 0, 255) |
| #define | COLOR_BLUE Color4ub(0, 0, 255, 255) |
| #define | BUFFER_SIZE 256 |
| #define BUFFER_SIZE 256 |
| #define COLOR_BLUE Color4ub(0, 0, 255, 255) |
| #define COLOR_GREEN Color4ub(0, 255, 0, 255) |
| #define COLOR_NORMAL Color4ub(255, 255, 255, 255) |
| #define COLOR_RED Color4ub(255, 0, 0, 255) |
| #define COLOR_WHITE Color4ub(255, 255, 255, 255) |
1.7.1