LAPTOP-SNT8I5JK\Boounion
2025-07-11 c96ec4c44d31e4df6da3ce904fd3c6d8f3548c2d
SourceCode/Bond/EAPSimulator/EAPSimulator.h
@@ -9,6 +9,7 @@
#endif
#include "resource.h"      // 主符号
#include "CModel.h"
// CEAPSimulatorApp:
@@ -20,6 +21,10 @@
public:
   CEAPSimulatorApp();
public:
   CModel m_model;
// 重写
public:
   virtual BOOL InitInstance();
@@ -27,6 +32,7 @@
// 实现
   DECLARE_MESSAGE_MAP()
   virtual int ExitInstance();
};
extern CEAPSimulatorApp theApp;