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

📄 osd.h

📁 DC的SEGA_GG模拟器源代码
💻 H
字号:

#ifndef _OSD_H_
#define _OSD_H_

#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <stdarg.h>
#include <allegro.h>
#include <time.h>
#include <audio.h>
#include <conio.h>  /* sealintf.c - getch() */

#include "shared.h"
#include "dos.h"
#include "sealintf.h"
#include "config.h"
#include "blur.h"
#include "blit.h"
#include "unzip.h"
#include "loadzip.h"

#endif /* _OSD_H_ */

⌨️ 快捷键说明

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