newsinglemission.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. #if !defined(AFX_NEWSINGLEMISSION_H__B7294D0A_D020_48C8_B409_E2EA0323998E__INCLUDED_)
  5. #define AFX_NEWSINGLEMISSION_H__B7294D0A_D020_48C8_B409_E2EA0323998E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // newsinglemission.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // NewSingleMission dialog
  13. class NewSingleMission : public CDialog
  14. {
  15. // Construction
  16. public:
  17. NewSingleMission(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(NewSingleMission)
  20. enum { IDD = IDD_NEW_SINGLEPLAYER };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(NewSingleMission)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(NewSingleMission)
  33. afx_msg void OnLoadMission();
  34. afx_msg void OnNewmission();
  35. virtual void OnCancel();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_NEWSINGLEMISSION_H__B7294D0A_D020_48C8_B409_E2EA0323998E__INCLUDED_)