SW/Tev: Replace Tev::SetRegColor with Tev::SetKonstColors

This commit is contained in:
Pokechu22
2021-12-26 13:24:47 -08:00
parent 3b9a048291
commit ae0fcd9a9f
5 changed files with 13 additions and 16 deletions

View File

@ -226,7 +226,6 @@ public:
RED_C
};
void SetKonstColors();
void Draw();
void SetRegColor(int reg, int comp, s16 color);
};