summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorVoylin <0voylin0@gmail.com>2022-05-03 08:29:38 +0900
committerVoylin <0voylin0@gmail.com>2022-06-29 00:41:29 +0900
commitc6291bcd8a49055ce2158f88759a487de5b8d1bd (patch)
treef7fed88c41db90a5af0e1cf1165d1f0e1fbb1ea8 /editor/editor_log.h
parent622b656c40f9d8d9c8fdd45d6727f416952636d7 (diff)
downloadredot-engine-c6291bcd8a49055ce2158f88759a487de5b8d1bd.tar.gz
Adding print_rich for printing with BBCode
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index de0368501c..653fba9524 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -48,6 +48,7 @@ public:
enum MessageType {
MSG_TYPE_STD,
MSG_TYPE_ERROR,
+ MSG_TYPE_STD_RICH,
MSG_TYPE_WARNING,
MSG_TYPE_EDITOR,
};