![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include <d2d1.h>
#include <string>
#include <vector>
#include <map>
#include "components/resources/engine_globals/globals.h"
Go to the source code of this file.
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::Utils | |
Namespace containing general-purpose utilities. | |
Blam::Utils::Color | |
Namespace for things relating to global engine color data. | |
Macros | |
#define | BLAM |
Functions | |
BLAM BlamColor | Blam::Utils::Color::TranslateTextColorCode (char character) |
Converts a character to its equivalent color code for use in multi-colored text. More... | |
BLAM D2D1_COLOR_F | Blam::Utils::Color::D2DColorFromBlamColor (BlamColor color) |
Converts a BlamColor object into its equivalent D2D1_COLOR_F object. More... | |
#define BLAM |