GPR5100 - Rollback
Loading...
Searching...
No Matches
Classes | Macros
assert.h File Reference
#include <cstdlib>
#include "utils/log.h"
#include <fmt/format.h>
Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

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);