summaryrefslogtreecommitdiffhomepage
path: root/compat/assert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/assert.hpp')
-rw-r--r--compat/assert.hpp1
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