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

📄 include.h

📁 早期freebsd实现
💻 H
字号:
/* * include.h - includes all important files for Phantasia */#include <ctype.h>#include <curses.h>#include <math.h>#include <setjmp.h>#include <signal.h>#include <time.h>#include <errno.h>#include "macros.h"#include "phantdefs.h"#include "phantstruct.h"#include "phantglobs.h"#include "pathnames.h"

⌨️ 快捷键说明

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