Complete with the OO changes. Also, added more built-in help information.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user