📄 general.h
字号:
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/*************** ****************/
/*************** $Modtime:: 05/06/02 4:55p $ ****************/
/*************** $Revision:: 2 $ ****************/
/*************** ****************/
/*************** Description : include files used ****************/
/*************** for UI module ****************/
/*************** ****************/
/*************** Company : MediaTek Inc. ****************/
/*************** Programmer : Joseph Lin ****************/
/**********************************************************************/
#ifndef _H_GENERAL_
#define _H_GENERAL_
// NOTE : Keep in This Sequence, Otherwise MAY Cause Preprocessing Error
#ifndef PC_EMULATION
#include "8032api.h"
#define NO_SM_NOTIFY
#else
#include "emu_api.h"
#endif
#include "uopmap.h"
#include ".\play\play_com.h"
#include ".\play\play_ini.h"
#include ".\play\play_dvd.h"
#include ".\play\play_vcd.h"
#include ".\play\play_iso.h"
#include ".\play\play_pcd.h"
#include ".\play\play_cda.h"
#include ".\play\play_ain.h"
#ifdef NEW_SHOW
#include ".\play\show_com.h"
#endif
#include ".\play\show_dvd.h"
#include ".\play\show_vcd.h"
#include ".\play\show_cda.h"
#include ".\play\show_iso.h"
#include ".\play\show_pcd.h"
#include ".\play\show_ain.h"
#include ".\keyproc.h"
#include ".\show\comshow.h"
#include ".\show\progshow.h"
#include ".\show\markshow.h"
#include ".\show\dgstshow.h"
#include ".\show\gotoshow.h"
#include ".\show\upgshow.h"
#include ".\show\ainshow.h"
#include ".\module\selmenu.h"
#include ".\module\bookmark.h"
#include ".\module\digest.h"
#include ".\module\scan.h"
#include ".\module\upg.h"
#include ".\module\eq.h"
#include ".\module\zoom.h"
#include ".\module\mic_rec.h"
#include ".\module\logo_cap.h"
#ifdef PLAYER_FLMENU
// #include ".\fslist\flspec.h"
// #include ".\fslist\flipshow.h"
#include ".\fslist\fslist.h"
#endif
#include ".\module\vremote.h"
#include ".\module\goto.h"
#include "message.h"
#include "posi.h"
#include "osdcore.h"
#include "vfdshow.h"
#include "aud_ctrl.h"
#include "vid_ctrl.h"
#include "sys_ctrl.h"
#ifdef SUPPORT_DRM
#include ".\module\drm.h"
#endif
#include ".\setupmn\stpmain.h"
#include ".\setupmn\regcode.h"
#include ".\vfd\vfd.h"
#include VFD_DATA_H
#include ".\ss\scrsav.h"
#include ".\ss\ssbmp.h"
#include ".\ss\ssrect.h"
#endif //_H_GENERAL_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -