![]() |
Blamite Game Engine - Strings
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the source code of this file.
Macros | |
#define | BR_FAILED(result) (result < 0) |
Macro to check if a BlamResult indicates a failed operation. More... | |
#define | BR_SUCCEEDED(result) (result >= 0) |
Macro to check if a BlamResult indicates a successful operation. More... | |
#define BR_FAILED | ( | result | ) | (result < 0) |
Macro to check if a BlamResult indicates a failed operation.
#define BR_SUCCEEDED | ( | result | ) | (result >= 0) |
Macro to check if a BlamResult indicates a successful operation.
enum BlamResult |
Enumerator containing any and all result codes used throughout the engine.