libggi.h

来自「linux下的图形界面开发minigui最新源代码」· C头文件 代码 · 共 26 行

H
26
字号
//// $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 + =
减小字号Ctrl + -
显示快捷键?