diskhandling.h

来自「A arithmetical resolution about Hanoi to」· C头文件 代码 · 共 18 行

H
18
字号
#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 + =
减小字号Ctrl + -
显示快捷键?