15 lines
195 B
C
15 lines
195 B
C
#pragma once
|
|
|
|
#include<iostream>
|
|
#include<vector>
|
|
#include<map>
|
|
#include<cmath>
|
|
#include<assert.h>
|
|
|
|
|
|
#define SCREEN_WIDTH 800
|
|
#define SCREEN_HEIGHT 600
|
|
|
|
//一个方块的边长
|
|
#define RECTEDGE 30
|