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

📄 libggi.h

📁 libminigui-1.3.0.tar.gz。 miniGUI的库函数源代码!
💻 H
字号:
//// $Id: libggi.h,v 1.4 2000/06/21 01:26:01 weiym Exp $//// libggi.h: the head file of Low Level Graphics Engine based on LibGGI//// Written by WEI Yongming, 2000/06/11//#ifndef GUI_GAL_LIBGGI_H    #define GUI_GAL_LIBGGI_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL    InitLibGGI (struct tagGFX* gfx);void    TermLibGGI (struct tagGFX* gfx);	#ifdef __cplusplus}#endif  /* __cplusplus */#endif  /* GUI_GAL_LIBGGI_H */

⌨️ 快捷键说明

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