📄 wbmp.h
字号:
#ifndef WBMP_H
#define WBMP_H
/*==============================================================*/
/* REQUIRED INTERFACE */
/* ==> list of all external includes useful for the module */
/*==============================================================*/
/*#define ADDITIONAL_TEST_FUNCTIONALITY*/
#if defined (WBMP_DECODER_C)||defined (_WBMP_C_)
#define ACCESS_RIGHTS_WBMP
#define ACCESS_RIGHTS_ALL
#include "pccdef.h"
#include "string.h"
#endif
/*==========================================================*/
/* PROVIDED INTERFACE */
/* ==> list of includes provided to other modules */
/*==========================================================*/
#include "disp_mmi.het"
#include "wbmp.hiv"
#include "wbmp.hep"
#include "wbmp.hec"
/*==========================================================*/
/* PRIVATE USING */
/* ==> list of all internal includes useful for the module */
/*==========================================================*/
#if defined (ACCESS_RIGHTS_WBMP)
#include "wbmp.hic"
#include "wbmp.hip"
#endif
#endif /* WBMP_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -