#include "stdafx.h"
#include <stdlib.h>
#include <time.h>
#include <conio.h>
#include <Windows.h>
//---------------------------------------------------------------------------------------------------
HANDLE consoleHandle;
enum eColor : int
{
clBlack,
clBlue,
clGreen,
clCyan,
clRed,
clPurple,
clYellow,
clWhite,
clBright,
};
걍 이게 편하지 않냐?
댓글 0