#include
#include
#include
gint nx_one, ny_one, tx, ty, nowbl_one, nowrot_one, nowbcol_one;
gint nx_two, ny_two, nowbl_two, nowrot_two, nowbcol_two;
gint bk_gnd1[15][21];
gint bk_gnd2[15][24];
gint timer_one, timer_two;
gint score_one, score_two;
gint tetflag;
gint oneflag;
gint twoflag;
gint speed_one[8] = {1000, 8000, 600, 350, 150, 50, 10, 5};
/*- 블럭의 x 좌표(7종류 모양의 블럭이 각각 4가지 회전 형태를 가진
다) -*/
gint block_x[28][7] = {{-10, 0, 10, 20},
{0, 0, 10, 10},
{0, 10, 20, 20},