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

📄 upm_head.h

📁 C++课程大学作业的一次任务
💻 H
字号:
/////////////////////////////
//    UPM_HEAD.H
//
// HEADER FILE THAT INCLUDES
// ALL HEADERS THE UPM NEEDS
// TO RUN WITH
/////////////////////////////

#ifndef UPM_HEADERS
 #define UPM_HEADERS

//personal headers
#include "m_common.h"
#include "m_entity.h"
#include "m_event.h"
#include "m_map.h"
#include "m_render.h"
#include "m_time.h"
#include "upm_game.h"
#include "millisec.h"
#include "m_err.h"
#include "upm_menu.h"

//system headers
//#include <stdio.h>
//#include <stdlib.h>
//#include <math.h>
#include <graphics.h>
#include <conio.h>
//#include <bios.h>

#endif

⌨️ 快捷键说明

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