|
SDEngine
Game Engine
|
Include dependency graph for base.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | sd |
Macros | |
| #define | ASSERT_ALWAYS(x) |
| #define | ASSERT(x) ASSERT_ALWAYS(x) |
| #define | INVALID_PATH ASSERT(!"Invalid Path!") |
| #define | NOT_IMPLEMENTED ASSERT(!"Not Implemented!") |
| #define | NO_OP ((void)0) |
Functions | |
| void | sd::engine_abort (const std::string &message) |
| void | sd::engine_abort () |
| #define ASSERT | ( | x | ) | ASSERT_ALWAYS(x) |
| #define NOT_IMPLEMENTED ASSERT(!"Not Implemented!") |