ProcMtd.h
资源名称:8-Games.rar [点击查看]
上传用户:tjwfgggs
上传日期:2022-06-07
资源大小:4331k
文件大小:1k
源码类别:
其他游戏
开发平台:
Visual C++
- // ProcMtd.h: interface for the ProcMtd class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PROCMTD_H__0B5ED571_D954_477C_9736_F2DB10DC495E__INCLUDED_)
- #define AFX_PROCMTD_H__0B5ED571_D954_477C_9736_F2DB10DC495E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "NineBox.h"
- class ProcMtd
- {
- public:
- ProcMtd(NineBox* box=NULL);
- virtual ~ProcMtd();
- bool qst_ok(){return question_solved;}
- int Init();
- int solve();
- public:
- int Set_1();bool OK1;
- int Set_2();bool OK2;
- int Set_3();bool OK3;
- int Set_4();bool OK4;int step;
- int Set_5();bool OK5;int step2;
- int Set_6();bool OK6;
- int Set_7();bool OK7;
- int Set_8();
- private:
- bool question_solved;
- bool Skep_3;
- bool Skep_5;
- NineBox* box;
- };
- #endif // !defined(AFX_PROCMTD_H__0B5ED571_D954_477C_9736_F2DB10DC495E__INCLUDED_)