?? graphics.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -