#ifndef _WIN_CONSOLE_H #define _WIN_CONSOLE_H #include BOOL SetPosition(HANDLE h, COORD* c); #endif