graphics.h
来自「FritzOS - 简单的C++开发OS的实例// 英文」· C头文件 代码 · 共 31 行
H
31 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?