|
GPR5100 - Rollback
|
#include <cstdlib>#include "utils/log.h"#include <fmt/format.h>

Go to the source code of this file.
Classes | |
| class | core::AssertException |
| AssertException is an exception type used for the project assertation when the user need the application to close quietly. It is caught by the core::Engine in the game loop to close the update loop. More... | |
Macros | |
| #define | gpr_assert(Expr, Msg) void(0); |
| #define | gpr_warn(Expr, Msg) void(0); |