📄 grp.h
字号:
#define TRUE 1
#define FALSE 0
#define DISABLE() _disable()
#define ENABLE() _enable()
//只有在程序中有定义相应的时,才会作相应的链接
#include "vbe.h"
#include "dma.h"
#include "vesa.h"
//#include "bwin.h"
#include "pal.h"
#ifdef DEBUG_INSTALL
#include "debug.h"
#endif
#ifdef INTR_INSTALL
#include "intr.h"
#endif
#ifdef MOUSE_INSTALL
#include "mouse.h"
#endif
#ifdef KEY_INSTALL
#include "keyboard.h"
#endif
#ifdef SOUND_INSTALL
#include "snd.h"
//#include "wav.h"
#endif
#ifdef MIDI_INSTALL
#include "timer.h"
#include "midi.h"
#endif
#ifdef TIMER_INSTALL
#include "timer.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -