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

📄 graphics.h

📁 FritzOS - 简单的C++开发OS的实例// 英文
💻 H
字号:
/* graphics.h : OLD FritzOS Graphics Header File For The FritzOS C++ Kernel			   Copyright (C) 2002 Tom Fritz * This program is a part of the FritzOS kernel, and may be freely * copied under the terms of the GNU General Public License (GPL), * version 2, or at your option any later version.   For more info, look at the COPYING file.*////////////////////////////////////////////////////////////////////////////////////////////////////////////////// N O T E: This FritzOS Graphics Lib is for mode 13h ONLY!// N O T E: This is old, so it's been removed. Using this empty header will cause a error///////////////////////////////////////////////////////////////////////////////////////////////////////////////// defines:#ifndef GRAPHICS_H#define GRAPHICS_H// Generate error, since I don't use this anymore.#error graphics.h is not used anymore.#endif// End of graphics.h

⌨️ 快捷键说明

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