From 93142642132f71154b474ef01b0ea44fc7cacddd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 17:37:45 +0200 Subject: a --- compat/assert.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'compat') 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 -- cgit v1.2.3