ads.h

来自「在ecos 下mingui 的移植开发」· C头文件 代码 · 共 24 行

H
24
字号
//// $Id: ads.h,v 1.2 2001/09/21 07:44:50 ymwei Exp $//// ads.h: the head file of Low Level Graphics Engine based on LibGGI//// Written by WEI Yongming, 2000/09/19//#ifndef GUI_GAL_ADS_H    #define GUI_GAL_ADS_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL    InitADS (GFX* gfx);void    TermADS (GFX* gfx);#ifdef __cplusplus}#endif  /* __cplusplus */#endif  /* GUI_GAL_ADS_H */

⌨️ 快捷键说明

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