📄 stdsdk.h
字号:
#if !defined (_StdSDK_H_)
#define _StdSDK_H_
#define STRICT // Enable strict type-checking of Windows handles
#include <windows.h> // Fundamental Windows header file
#include <windowsx.h> // Useful Windows programming extensions
#include <commctrl.h> // Common Controls declarations
#include <tchar.h>
#include "Extensions.h" // WINDOWSX.H extensions
#include "Utility.h" // Application-independent
// debugging and utility functions
#include "Towers.h" // Application declarations
#endif /* _StdSDK_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -