StoneUClient.h 419 B

1234567891011121314151617181920212223242526272829
  1. // StoneUClient.h : StoneUClient DLL 的主头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h" // 主符号
  8. // CStoneUClientApp
  9. // 有关此类实现的信息,请参阅 StoneUClient.cpp
  10. //
  11. class CStoneUClientApp : public CWinApp
  12. {
  13. public:
  14. CStoneUClientApp();
  15. // 重写
  16. public:
  17. virtual BOOL InitInstance();
  18. DECLARE_MESSAGE_MAP()
  19. private:
  20. };