zbmp.h

来自「Zoran VP2K731 DVD源代码,极具参考价值!」· C头文件 代码 · 共 18 行

H
18
字号
/* ********************************************************************
/* File: zbmp.h
/* Description: BitMap Images Description 
/* ============
/*
/* ********************************************************************/

#ifndef ZBMP_H
#define ZBMP_H

#include "sysdefs.h"
#include "..\..\decoder\osdlayou.h"

extern const OSD_Palette SaverBitmapColor[16];
extern const unsigned char img_zranicon[];

#endif /* ZBMP_H */

⌨️ 快捷键说明

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