mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-17 09:14:16 +00:00
refactor(kernel): change color arrays to static
This commit is contained in:
@@ -155,8 +155,6 @@ namespace KernelConsole
|
||||
*/
|
||||
extern ConsoleTerminal *Terminals[16];
|
||||
extern std::atomic<ConsoleTerminal *> CurrentTerminal;
|
||||
extern int TermColors[];
|
||||
extern int TermBrightColors[];
|
||||
|
||||
bool SetTheme(std::string Theme);
|
||||
|
||||
|
Reference in New Issue
Block a user