mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
feat(console): add HIGHLIGHTSTATE enum
This commit is contained in:
parent
9d0487c8ce
commit
219fb1aad6
@ -3,6 +3,14 @@
|
||||
|
||||
#include "gx/CGxFormat.hpp"
|
||||
|
||||
enum HIGHLIGHTSTATE
|
||||
{
|
||||
HS_NONE = 0x0,
|
||||
HS_HIGHLIGHTING = 0x1,
|
||||
HS_ENDHIGHLIGHT = 0x2,
|
||||
NUM_HIGHLIGHTSTATES
|
||||
};
|
||||
|
||||
struct DefaultSettings {
|
||||
CGxFormat format;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user