#define MAXSTAGE 3;

#define putchxy(x, y, c) {gotoxy(x,y);puts(c);}


void gotoxy(int x, int y);

void DrawScreen();

BOOL TestEnd();

void Move(int dir);


char ns[18][21];

int nSatge;

int nx, ny;

int nMove;


char arStage[MAXSTAGE][18][21] = {

{

"####################",

"####################",

"####################",


왜자꾸 MAXSTAGE가 정의되어있지 않다고하냐 빡친다.