fix duplicate function gtwherex
This commit is contained in:
@@ -237,7 +237,7 @@ char gtWhereX(void)
|
||||
return dwCursorPosition.X;
|
||||
}
|
||||
|
||||
char gtWhereX(void)
|
||||
char gtWhereY(void)
|
||||
{
|
||||
COORD dwCursorPosition;
|
||||
GetConsoleCursorPosition(HOutput, &dwCursorPosition);
|
||||
|
||||
Reference in New Issue
Block a user