⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 includes.h

📁 由51单片机与12864组成 俄罗斯方块游戏程序 keil工程
💻 H
字号:
#ifndef __INCLUDES_H__
#define __INCLUDES_H__

#include <at89x51.h>

#include "LCD12864.h"
#include "LCDShowMap.h"
#include "KeyProcess.h"

#include "GameProcess.h"
#include "GameGraph.h"
#include "MoveDecide.h"
#include "MoveBlock.h"
#include "BlockSet.h"

#include "GameTime.h"
#include "GameMap.h"
#include "GameMark.h"
#include "GameLevel.h"
#include "MovePicture.h"

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -