diff options
author | Voylin <0voylin0@gmail.com> | 2022-05-03 08:29:38 +0900 |
---|---|---|
committer | Voylin <0voylin0@gmail.com> | 2022-06-29 00:41:29 +0900 |
commit | c6291bcd8a49055ce2158f88759a487de5b8d1bd (patch) | |
tree | f7fed88c41db90a5af0e1cf1165d1f0e1fbb1ea8 /editor/editor_log.h | |
parent | 622b656c40f9d8d9c8fdd45d6727f416952636d7 (diff) | |
download | redot-engine-c6291bcd8a49055ce2158f88759a487de5b8d1bd.tar.gz |
Adding print_rich for printing with BBCode
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r-- | editor/editor_log.h | 1 |
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, }; |