diff --git a/src/console/Client.hpp b/src/console/Client.hpp index 20540d3..a10accd 100644 --- a/src/console/Client.hpp +++ b/src/console/Client.hpp @@ -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; };