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

📄 grap.h

📁 用C++控制喷泉程序
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -