Xinqi Bao's Git
1 // sudoku.h : main header file for the SUDOKU application
4 #if !defined(AFX_SUDOKU_H__0F260610_30CF_46EF_96D1_8A86E5F952CD__INCLUDED_)
5 #define AFX_SUDOKU_H__0F260610_30CF_46EF_96D1_8A86E5F952CD__INCLUDED_
9 #endif // _MSC_VER > 1000
12 #error include 'stdafx.h' before including this file for PCH
15 #include "resource.h" // main symbols
17 /////////////////////////////////////////////////////////////////////////////
19 // See sudoku.cpp for the implementation of this class
22 class CSudokuApp
: public CWinApp
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CSudokuApp)
31 virtual BOOL
InitInstance();
36 //{{AFX_MSG(CSudokuApp)
37 // NOTE - the ClassWizard will add and remove member functions here.
38 // DO NOT EDIT what you see in these blocks of generated code !
44 /////////////////////////////////////////////////////////////////////////////
46 //{{AFX_INSERT_LOCATION}}
47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49 #endif // !defined(AFX_SUDOKU_H__0F260610_30CF_46EF_96D1_8A86E5F952CD__INCLUDED_)