Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
994 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //
  7. //=============================================================================//
  8. // UndoWarningDlg.h : header file
  9. //
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CUndoWarningDlg dialog
  12. class CUndoWarningDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CUndoWarningDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CUndoWarningDlg)
  19. enum { IDD = IDD_UNDOWARNING };
  20. BOOL m_bNoShow;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CUndoWarningDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CUndoWarningDlg)
  32. // NOTE: the ClassWizard will add member functions here
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };