diff --git a/src/console/Screen.cpp b/src/console/Screen.cpp index 0fb6bdc..b0816d2 100644 --- a/src/console/Screen.cpp +++ b/src/console/Screen.cpp @@ -93,6 +93,10 @@ void ResetHighlight() { s_hRect = { 0.0f, 0.0f, 0.0f, 0.0f }; } +void SetHighlightState(HIGHLIGHTSTATE state) { + s_highlightState = state; +} + void PasteInInputLine(const char* inputLine) { // TODO }