grap.h

来自「用C++控制喷泉程序」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef graphicsh
#define graphicsh
#include "struct.h"
int InitGraph(void);
void ResumeGraph(void);
void MakeWindow(const WINDOW window);
void ShowButton(BUTTON *button,int num);
void ShowItem(ITEMBUTTON *button,int num);
void ReShowButton(BUTTON &button);
void ReShowItem(ITEMBUTTON &button);
int BmpDisplay(char *filename,int startx,int starty,int color);
void ChineseOut(int x,int y,const char *p,int color);
void RectPrint(RECT rect,int mode,int color,char *s);
void Show3dRect(RECT rect);
void ShowHelp(const char *str[],int linenum);
#endif

⌨️ 快捷键说明

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