diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 17:37:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 17:37:45 +0200 |
commit | 93142642132f71154b474ef01b0ea44fc7cacddd (patch) | |
tree | d80227495d20d9e5e97ccff7f082272c48790b57 /compat | |
parent | 437dd5940bad6133561cb896cd558881fa5c8b44 (diff) |
a
Diffstat (limited to 'compat')
-rw-r--r-- | compat/assert.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/assert.hpp b/compat/assert.hpp index e4dd827a..099880d3 100644 --- a/compat/assert.hpp +++ b/compat/assert.hpp @@ -50,6 +50,7 @@ namespace Magnum::Examples { #define WARN(...) GAME_DEBUG_OUT("warning: ", __VA_ARGS__) #define ERR(...) GAME_DEBUG_OUT("error: ", __VA_ARGS__) +#define MESSAGE(...) GAME_DEBUG_OUT("", __VA_ARGS__) #define DEBUG(...) GAME_DEBUG_OUT("", __VA_ARGS__) } // namespace Magnum::Examples |