Add SET_COLOUR string code

This commit is contained in:
Jonathan G Rennison
2023-07-30 19:08:12 +01:00
parent ccbf789ea0
commit ebcf8b336c
3 changed files with 10 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ enum StringControlCode {
SCC_BLACK,
SCC_PUSH_COLOUR,
SCC_POP_COLOUR,
SCC_SET_COLOUR,
SCC_CONSUME_ARG,