![]() |
Blamite Game Engine - Strings
00425.12.30.24.2120.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
This graph shows which files directly or indirectly include this file: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.