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

📄 exclam.xbm

📁 《BATTLE OF SKY》
💻 XBM
字号:
/* EzWindows Library Header File   FILE:        exclam.xbm   AUTHOR:      Devon Lockwood   Time-stamp:  <96/11/27 01:12:21 dcl3a>   Description   ===========   The code below is included like a header file instead of reading   it at runtime. The picture it provides is the exclamation mark drawn   in message boxes.*/#ifndef EXCLAM_H#define EXCLAM_H#define exclam_width 10#define exclam_height 30static char exclam_bits[] = { 0x00,0xfc,0x00,0xfc,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe, 0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd, 0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0xfe,0xfd,0x00,0xfc,0x30,0xfc,0xfc, 0xfc,0xfc,0xfc,0xfe,0xfd,0xfe,0xfd,0xfc,0xfc,0xfc,0xfc,0x30,0xfc,0x00,0xfc };#endif

⌨️ 快捷键说明

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