graphics.h.bak

来自「djgpp bt878 capture for DOS」· BAK 代码 · 共 13 行

BAK
13
字号
#ifndef _GRAPHICS_H
#define _GRAPHICS_H

void DrawHorLine(int video, int x1, int x2, int y);
void DrawVerLine(int video, int x, int y1, int y2);
void DrawRect(int video, int x1, int x2, int y1, int y2);
void DrawFieldHorLine(int addr, int x1, int x2, int y);
void DrawFieldVerLine(int addr, int x, int y1, int y2);
void DrawFieldRect(int addr, int x1, int x2, int y1, int y2);
short SetLineColor(short color);

#endif

⌨️ 快捷键说明

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