📄 diskhandling.h
字号:
#if !defined (_DISKHANDLING_H_)
#define _DISKHANDLING_H_
//
// Function prototypes for callback functions
//
LRESULT CALLBACK diskWndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) ;
//
// Function prototypes for global functions
//
void disk_PositionDiskWindow (HWND hwndDisk) ;
void disk_MoveTower (UINT cDisks, UINT nFromPeg, UINT nAuxPeg, UINT nToPeg) ;
#endif /* _DISKHANDLING_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -