-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add message natives #523
base: master
Are you sure you want to change the base?
Add message natives #523
Changes from 1 commit
8d4385b
d1ae79c
85e68ee
e5e3bbf
1aec5e5
03dd441
f717ed0
91e2763
8c6241e
f6e3016
7ee642e
444af6b
b52f9ed
7c8bd66
d5c53d2
30d8d84
ece39a2
4cc296b
7e30114
5464515
3cd2a27
63d7e8c
f8145d6
efd4a1f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1164,15 +1164,15 @@ enum TracerColor | |
TracerColor_Red, | ||
TracerColor_Green, | ||
TracerColor_Blue, | ||
TracerColor_Yellow, | ||
TracerColor_User, | ||
TracerColor_Orange, | ||
TracerColor_Pink, | ||
TracerColor_Coral, | ||
TracerColor_Purple, | ||
TracerColor_Pink2, | ||
TracerColor_Pink3, | ||
TracerColor_Pink4, | ||
TracerColor_Pink5, | ||
TracerColor_DarkBlue | ||
TracerColor_Coral2, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we can remove it, because it is just a duplicate of 6 ( |
||
TracerColor_Coral3, | ||
TracerColor_Coral4, | ||
TracerColor_Coral5, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know how to properly name them, color databases that I found can't distinguish them. |
||
TracerColor_Invalid | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we can just remove it. |
||
} | ||
|
||
/** | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add a comment with its default color.