📄 includes.h
字号:
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 1999 Microsoft Corporation
Module Name:
includes.h
Abstract:
Environment:
Notes:
Revision History:
12/30/1999
-------------------------------------------------------------------*/
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
#include <windows.h>
#include <ceddk.h>
#include <dsound.h>
#include <dsdriver.h>
#include "debug.h"
#include "misc.h"
#endif //_INCLUDES_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -