Complete with the OO changes. Also, added more built-in help information.

This commit is contained in:
2026-01-29 16:50:53 -06:00
parent 0d41768fe7
commit 87ece7eb14
6 changed files with 759 additions and 975 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
void Console_Init(short Width, short Height, short bottomScrollHeight);
void Console_Init(short Left, short Top, short Width, short Height, short bottomScrollHeight);
void Console_Cls();
void Console_SetWindowPosition(int x, int y);
bool Console_SetCursorVisibility(bool visible);
void Console_SetCursor(short x, short y);
void Console_Write(const char *text);