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
|
|||
|
|
|
|||
|
|
//һ<><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı߳<C4B1>
|
|||
|
|
#define RECTEDGE 30
|